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

Don't lowercase Markdown link definition labels #13155

Merged
merged 12 commits into from Dec 15, 2022
Merged

Don't lowercase Markdown link definition labels #13155

merged 12 commits into from Dec 15, 2022

Commits on Aug 3, 2022

  1. Don't lowercase Markdown link definition labels

    Markdown link definition label normalization involved case folding
    (to lowercase) with undesirable outcomes and has now been modified
    to no longer perform case folding of any kind whatever.
    
    Fixes: #7118
    Fixes: #3835
    Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
    DerekNonGeneric committed Aug 3, 2022
    Copy the full SHA
    d8b8830 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    744ebdc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    aaa59b3 View commit details
    Browse the repository at this point in the history
  4. test(snap): add PascalCase link definition example

    Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
    DerekNonGeneric committed Aug 3, 2022
    Copy the full SHA
    7262c3d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Use collapse-white-space

    fisker committed Nov 28, 2022
    Copy the full SHA
    89e1831 View commit details
    Browse the repository at this point in the history
  2. Add tests

    fisker committed Nov 28, 2022
    Copy the full SHA
    76ccdbd View commit details
    Browse the repository at this point in the history
  3. More tests

    fisker committed Nov 28, 2022
    Copy the full SHA
    21a1889 View commit details
    Browse the repository at this point in the history
  4. Add changelog

    fisker committed Nov 28, 2022
    Copy the full SHA
    b37a84b View commit details
    Browse the repository at this point in the history
  5. Fix AST COMPARE test

    fisker committed Nov 28, 2022
    Copy the full SHA
    ca34f98 View commit details
    Browse the repository at this point in the history
  6. Fix changelog

    fisker committed Nov 28, 2022
    Copy the full SHA
    092bae5 View commit details
    Browse the repository at this point in the history
  7. Use example.com

    fisker committed Nov 28, 2022
    Copy the full SHA
    ac0b8a8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fa0a661 View commit details
    Browse the repository at this point in the history