-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add markdown to notebook entries #7084
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
6b36534
try marked out
scottbell dbade4c
fix url validation
scottbell d2060a9
Merge remote-tracking branch 'origin/master' into 6060-notebooks-form…
scottbell 6e2c1ed
now rendering blockquotes properly
scottbell 0f29c52
add abbrv, link titles, and strikethrough
scottbell 3802a80
fix tests and lint
scottbell 1116915
Closes #6060
charlesh88 476dcdf
Merge branch 'master' into 6060-notebooks-formatted-entries-v2
scottbell 811b1eb
add line breaks option
scottbell 90bea00
Closes #6060
charlesh88 f3d79cb
Merge branch '6060-notebooks-formatted-entries-v2' of github.com:nasa…
charlesh88 654e6ce
Merge branch 'master' into 6060-notebooks-formatted-entries-v2
scottbell a069efb
Closes #6060
charlesh88 f596cab
have it markdown with a textarea and adjust size automatically
scottbell e091781
Closes #6060
charlesh88 dbab7c8
Closes #6060
charlesh88 086cf24
Merge remote-tracking branch 'origin/master' into 6060-notebooks-form…
scottbell c0c18ae
two step focus/edit. also scroll into view for editing
scottbell 24f816a
add markdown, strip all tags, and truncate
scottbell 063bcca
lint
scottbell 281f4f0
remove unneeded code
scottbell 989a52d
fix notebook entry, selected page may also be null
scottbell b624616
fix existing notebook tests
scottbell 1cfde0d
lint
scottbell b05f472
fix whitelist
scottbell 506036a
readd whitelist
scottbell 1e94d10
lint
scottbell 2c841cf
fix link tests
scottbell 7738b58
fix tests
scottbell 05dee07
fix tagging test
scottbell ab79515
add some markdown test
scottbell 86c2427
Merge branch 'master' into 6060-notebooks-formatted-entries-v2
scottbell 194fede
get rid of pause
scottbell 2c0010a
Merge branch '6060-notebooks-formatted-entries-v2' of github.com:nasa…
scottbell de287c3
add another sanitization step
scottbell 9ed1ce9
Merge branch 'master' into 6060-notebooks-formatted-entries-v2
ozyx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't need to block this PR, but we should remember to add a visual test for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll put in a ticket for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#7108