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

Disable all typographic replacements in markdown renderer #11871

Merged
merged 6 commits into from
Jun 13, 2020

Commits on Jun 12, 2020

  1. Disable all typographic replacements in markdown renderer

    Previously we only disabled some of them. This disables all the default
    replacements that goldmark's typographer extension offers, matching
    GitHub's renderer.
    
    Ref: https://github.com/yuin/goldmark#typographer-extension
    Fixes: go-gitea#11001
    silverwind committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    2764d98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70fd0bb View commit details
    Browse the repository at this point in the history
  3. fix test

    silverwind committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    c3fa078 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5432c5c View commit details
    Browse the repository at this point in the history
  5. really fix test

    silverwind committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    f4fac6a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

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