Files
expressjs.com/_includes/admonitions/note.html
Ayush Kumar 8fc9116931 fix: remove code block rendering in the note section Closes #1949 (#1952)
* 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>
2025-06-20 19:24:46 -05:00

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>