We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533c9f1 commit 17c81cfCopy full SHA for 17c81cf
1 file changed
src/rendering/Классы/MarkdownHTMLРендерер.os
@@ -69,7 +69,7 @@
69
АтрибутКласс = " class=""language-" + ЭкранироватьHTML(Язык) + """";
70
КонецЕсли;
71
72
- Возврат "<pre" + АтрибутКласс + "><code" + АтрибутКласс + ">"
+ Возврат "<pre><code" + АтрибутКласс + ">"
73
+ ЭкранироватьHTML(Узел.Значение)
74
+ "</code></pre>" + Символы.ПС;
75
0 commit comments