mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41: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>
7 lines
190 B
HTML
7 lines
190 B
HTML
<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>
|