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: Change inline src block output to work around CommonMark issue #641

Merged
merged 3 commits into from May 23, 2022

Conversation

kaushalmodi
Copy link
Owner

  • Before: Inline src block classes were in the HTML code element
  • Now: The inline src block classes are in HTLM span tags wrapping
    Markdown verbatim block.

Fixes #640.

@kaushalmodi kaushalmodi force-pushed the fix-curved-quotes-in-inline-src branch from 91f17c6 to a205fdc Compare May 23, 2022 18:26
- Before: Inline src block classes were in the HTML code element
- Now: The inline src block classes are in HTLM span tags wrapping
  Markdown `verbatim` block.

Fixes #640.
@kaushalmodi kaushalmodi force-pushed the fix-curved-quotes-in-inline-src branch from a205fdc to 1cb3895 Compare May 23, 2022 18:27
@kaushalmodi kaushalmodi merged commit 3070aaa into main May 23, 2022
@kaushalmodi kaushalmodi deleted the fix-curved-quotes-in-inline-src branch May 23, 2022 18:34
@kaushalmodi
Copy link
Owner Author

Incremental fix for #638.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

straight quotes rendered as curved quotes in inline src blocks
1 participant