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>
This commit is contained in:
Ayush Kumar
2025-06-21 05:54:46 +05:30
committed by GitHub
parent 9e68fa2c6c
commit 8fc9116931
21 changed files with 9 additions and 42 deletions

View File

@@ -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>

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 4.0 requires Node.js 0.10 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 5.0 requires Node.js 18 or higher.
```
{% endcapture %}

View File

@@ -12,7 +12,7 @@ redirect_from: "/4x/api.html"
{% capture node-version %}
Express 4.0 requires Node.js 0.10 or higher.
Express 4.0 requires Node.js 0.10 or higher.
{% endcapture %}

View File

@@ -12,7 +12,7 @@ redirect_from: "/5x/api.html"
{% capture node-version %}
Express 5.0 requires Node.js 18 or higher.
Express 5.0 requires Node.js 18 or higher.
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 4.0 requires Node.js 0.10 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 5.0 requires Node.js 18 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 4.0 requires Node.js 0.10 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 5.0 requires Node.js 18 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 4.0 requires Node.js 0.10 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 5.0 requires Node.js 18 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 4.0 requires Node.js 0.10 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 5.0 requires Node.js 18 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 4.0 requires Node.js 0.10 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 5.0 requires Node.js 18 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 4.0 requires Node.js 0.10 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 5.0 requires Node.js 18 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 4.0 requires Node.js 0.10 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 5.0 requires Node.js 18 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 4.0 requires Node.js 0.10 or higher.
```
{% endcapture %}

View File

@@ -13,9 +13,7 @@ redirect_from: " "
{% capture node-version %}
```
Express 5.0 requires Node.js 18 or higher.
```
{% endcapture %}