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

Conversation

garazdawi
Copy link
Contributor

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.

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 garazdawi added team:VM Assigned to OTP team VM fix documentation labels Nov 12, 2024
@garazdawi garazdawi added this to the OTP-27.2 milestone Nov 12, 2024
@garazdawi garazdawi self-assigned this Nov 12, 2024
Copy link
Contributor

github-actions bot commented Nov 12, 2024

CT Test Results

     8 files     665 suites   3h 43m 26s ⏱️
 6 452 tests  6 078 ✅   373 💤 1 ❌
15 551 runs  14 361 ✅ 1 189 💤 1 ❌

For more details on these failures, see this check.

Results for commit 14c9a56.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation fix team:VM Assigned to OTP team VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants