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

stdlib: fix markdown parsing within parens #8739

Conversation

kikofernandez
Copy link
Contributor

fixes the markdown produce by shell_docs_markdown which was producing incorrect markdown code for Text (_Option._) Text, where the italics (_) where not parsed correcly, producing incorrect format.

Closes #8738

fixes the markdown produce by `shell_docs_markdown` which was producing
incorrect markdown code for `Text (_Option._) Text`, where the
italics (`_`) where not parsed correcly, producing incorrect format.
@kikofernandez kikofernandez added team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI bug Issue is reported as a bug labels Aug 21, 2024
@kikofernandez kikofernandez self-assigned this Aug 21, 2024
@kikofernandez kikofernandez linked an issue Aug 21, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Aug 21, 2024

CT Test Results

    2 files     95 suites   35m 56s ⏱️
2 146 tests 2 098 ✅ 48 💤 0 ❌
2 455 runs  2 405 ✅ 50 💤 0 ❌

Results for commit 8441966.

♻️ 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

@kikofernandez kikofernandez merged commit f7ddb9c into erlang:maint Aug 22, 2024
17 checks passed
@kikofernandez kikofernandez deleted the kiko/stdlib/fix-markdown-format-within-parens/GH-8738/OTP-19200 branch August 22, 2024 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Markdown parses incorrectly formatted words inside parenthesis
1 participant