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

Fix brackets in links in markdown lexer #1445

Merged

Commits on Feb 20, 2020

  1. Fix brackets in links in markdown lexer (rouge-ruby#1444)

    When hiding brackets inside links (with backticks),
    coloring was breaking. This makes the lexer search
    for the open bracket or paren that starts the url
    or reference link
    Ravlen committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    a59a5f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0012417 View commit details
    Browse the repository at this point in the history
  3. Add examples to visual spec

    pyrmont committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    0356f5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3797691 View commit details
    Browse the repository at this point in the history