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

Unescape escaped symbols in block quotes #195

Merged
merged 1 commit into from
Feb 11, 2024
Merged

Conversation

mfontanini
Copy link
Owner

The content of block quotes is turned back into commonmark via comrak, but it seems as part of that symbols that have a meaning in markdown (e.g. ! or [) are escaped. This fixes that by unescaping them back into their original form.

Fixes #194

@mfontanini mfontanini merged commit 5ff7625 into master Feb 11, 2024
5 checks passed
@mfontanini mfontanini deleted the block-quote-escapes branch February 11, 2024 19:17
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.

! rendered as \! when in a quote
1 participant