mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
* fix: remove code block rendering in the note section Closes #1949 * fix: removed markdown from note include to prevent code block rendering * fix: remove code block rendering from all translation pages * add markdown attribute --------- Co-authored-by: shubham oulkar <91728992+ShubhamOulkar@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<div class="doc-box doc-info" markdown="1"><p class="doc-title" markdown="1">{% include icons/note.svg %} {{ site.data[page.lang].general.note }}</p>
|
||||
{{include.content}}
|
||||
<div class="doc-box doc-info" markdown="1">
|
||||
<p class="doc-title" markdown="1">
|
||||
{% include icons/note.svg %} {{ site.data[page.lang].general.note }}
|
||||
</p>
|
||||
{{include.content}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user