-
Notifications
You must be signed in to change notification settings - Fork 588
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
[Markdown] support lists in blockquotes, code fences, multiline inline code and multiline emphasis #806
Merged
Commits on Feb 12, 2017
-
[Markdown] Block quote simplification
due to the way the contexts are pushed and popped, `\G` is not necessary, nor are the negative lookaheads - if none of the matches match, pop out the context
Configuration menu - View commit details
-
Copy full SHA for 97eb093 - Browse repository at this point
Copy the full SHA 97eb093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a60853 - Browse repository at this point
Copy the full SHA 7a60853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a6ae59 - Browse repository at this point
Copy the full SHA 8a6ae59View commit details -
Configuration menu - View commit details
-
Copy full SHA for b568304 - Browse repository at this point
Copy the full SHA b568304View commit details
Commits on Feb 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 41f6fd8 - Browse repository at this point
Copy the full SHA 41f6fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cd1a0 - Browse repository at this point
Copy the full SHA f1cd1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aac501 - Browse repository at this point
Copy the full SHA 4aac501View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a00a5 - Browse repository at this point
Copy the full SHA a6a00a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706278f - Browse repository at this point
Copy the full SHA 706278fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77533c2 - Browse repository at this point
Copy the full SHA 77533c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ec0bc3 - Browse repository at this point
Copy the full SHA 5ec0bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for faed126 - Browse repository at this point
Copy the full SHA faed126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e33bb - Browse repository at this point
Copy the full SHA 06e33bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 367afa2 - Browse repository at this point
Copy the full SHA 367afa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4abd6fb - Browse repository at this point
Copy the full SHA 4abd6fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd62000 - Browse repository at this point
Copy the full SHA dd62000View commit details
Commits on Feb 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3441944 - Browse repository at this point
Copy the full SHA 3441944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 588d4dc - Browse repository at this point
Copy the full SHA 588d4dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77a7317 - Browse repository at this point
Copy the full SHA 77a7317View commit details -
Configuration menu - View commit details
-
Copy full SHA for efa843e - Browse repository at this point
Copy the full SHA efa843eView commit details
Commits on Feb 16, 2017
-
[Markdown] Add comment about target implementation compatibility
which is CommonMark
Configuration menu - View commit details
-
Copy full SHA for 515910b - Browse repository at this point
Copy the full SHA 515910bView commit details
Commits on Feb 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2846d9c - Browse repository at this point
Copy the full SHA 2846d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5900db7 - Browse repository at this point
Copy the full SHA 5900db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1878944 - Browse repository at this point
Copy the full SHA 1878944View commit details -
[Markdown] allow thematic breaks to be highlighted in list items
(previously they weren't allowed in lists, and they only received a meta scope so couldn't really be targeted by color schemes)
Configuration menu - View commit details
-
Copy full SHA for 71f671d - Browse repository at this point
Copy the full SHA 71f671dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 867b093 - Browse repository at this point
Copy the full SHA 867b093View commit details
Commits on Feb 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6724234 - Browse repository at this point
Copy the full SHA 6724234View commit details -
[Markdown] support multi line link titles
useful for comments when people don't want to use HTML comments - see SublimeText-Markdown/MarkdownEditing#409
Configuration menu - View commit details
-
Copy full SHA for ab3355d - Browse repository at this point
Copy the full SHA ab3355dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24785e6 - Browse repository at this point
Copy the full SHA 24785e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33bda54 - Browse repository at this point
Copy the full SHA 33bda54View commit details
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.