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 notes links #9044

Open
wants to merge 1 commit into
base: maint
Choose a base branch
from

Commits on Nov 12, 2024

  1. otp: Fix notes links to render correctly

    ex_doc (or rather EarmarkParser) does not consider the
    whitespace between reference links significant so joins
    multiple references into a single link. Many MD standards
    seem to work this way, though the majority do not.
    
    Anyway we need to fix this so that the links render properly,
    see RobertDober/earmark_parser#159
    for details on when/if this issue is solved.
    garazdawi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    14c9a56 View commit details
    Browse the repository at this point in the history