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

Change markdown rendering from blackfriday to goldmark #9533

Merged
merged 3 commits into from
Dec 31, 2019

Commits on Dec 30, 2019

  1. Move to goldmark

    Markdown rendering moved from blackfriday to the goldmark.
    
    Multiple subtle changes required to the goldmark extensions to keep
    current rendering and defaults.
    
    Can go further with goldmark linkify and have this work within markdown
    rendering making the link processor unnecessary.
    
    Need to think about how to go about allowing extensions - at present it
    seems that these would be hard to do without recompilation.
    zeripath committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    42940a1 View commit details
    Browse the repository at this point in the history
  2. linter fixes

    zeripath committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    98a0263 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

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