Closed mfontanini closed 9 months ago
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
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