[snip-web] Code rendering issue in PDF preview mode #12275
Added test
Set version 2.0.5
What's been changed:
To preview the rendered PDF, we override the markdown-it rule for fence.
And in this case, terminated rules for fence did not work.
To fix this, terminated rules for fence were added to the override of the fence rule.
branch:
dev/olga/12275-Code-rendering-issue-in-PDF-preview-mode
Fixes:
What's been changed:
To preview the rendered PDF, we override the markdown-it rule for fence. And in this case, terminated rules for fence did not work. To fix this, terminated rules for fence were added to the override of the fence rule.