forked from streamlit/streamlit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support GitHub blobs and gists by transforming normal to "raw" URLs. (s…
…treamlit#645) * starting conditions from @aritropaul's PR * added test scaffolding * snakecase and mild refactor of function * refactor into util.py * added fixture structure * Update bug_report.md * Update feature_request.md * rebasing cli.py to streamlit/develop to fix missing commits * linting * fleshed out the tests. should collect more fixtures. * working regular expression and tests. needs confirmation. * copied in yarn.lock from streamlit/streamlit/develop * make sure not to spuriously replace "blob", eg. username "theblob" * mild function reorg and comment style change
- Loading branch information
Showing
3 changed files
with
78 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters