Skip to content
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
merged 30 commits into from
Mar 21, 2017

Commits on Feb 12, 2017

  1. [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
    keith-hall committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    97eb093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a60853 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a6ae59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b568304 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    41f6fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1cd1a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4aac501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6a00a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    706278f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77533c2 View commit details
    Browse the repository at this point in the history
  7. [Markdown] add more tests

    keith-hall committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    5ec0bc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    faed126 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06e33bb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    367afa2 View commit details
    Browse the repository at this point in the history
  11. [Markdown] more tests

    keith-hall committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    4abd6fb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dd62000 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Configuration menu
    Copy the full SHA
    3441944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    588d4dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a7317 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efa843e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Configuration menu
    Copy the full SHA
    515910b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Configuration menu
    Copy the full SHA
    2846d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5900db7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1878944 View commit details
    Browse the repository at this point in the history
  4. [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)
    keith-hall committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    71f671d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    867b093 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Configuration menu
    Copy the full SHA
    6724234 View commit details
    Browse the repository at this point in the history
  2. [Markdown] support multi line link titles

    useful for comments when people don't want to use HTML comments - see SublimeText-Markdown/MarkdownEditing#409
    keith-hall committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    ab3355d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24785e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33bda54 View commit details
    Browse the repository at this point in the history