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

Markdown parses incorrectly formatted words inside parenthesis #8738

Closed
kikofernandez opened this issue Aug 21, 2024 · 1 comment · Fixed by #8739
Closed

Markdown parses incorrectly formatted words inside parenthesis #8738

kikofernandez opened this issue Aug 21, 2024 · 1 comment · Fixed by #8739
Assignees
Labels
bug Issue is reported as a bug team:VM Assigned to OTP team VM

Comments

@kikofernandez
Copy link
Contributor

Describe the bug
The markdown parser produces incorrect markdown for code within parenthesis.

To Reproduce
Compile the documentation adding to the header of lists.erl the following parenthesis code:

(_Optional._)

Expected behavior
Correct markdown where the word Optional is in italics.

Affected versions
OTP-27

@kikofernandez kikofernandez added the bug Issue is reported as a bug label Aug 21, 2024
@kikofernandez kikofernandez self-assigned this Aug 21, 2024
@kikofernandez kikofernandez added the team:VM Assigned to OTP team VM label Aug 21, 2024
@kikofernandez kikofernandez linked a pull request Aug 21, 2024 that will close this issue
kikofernandez added a commit that referenced this issue Aug 22, 2024
…format-within-parens/GH-8738/OTP-19200

stdlib: fix markdown parsing within parens

OTP-19200
@kikofernandez
Copy link
Contributor Author

Closed issue via #8739

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant