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>
This commit is contained in:
@@ -13,9 +13,7 @@ redirect_from: " "
|
||||
|
||||
{% capture node-version %}
|
||||
|
||||
```
|
||||
Express 4.0 requires Node.js 0.10 or higher.
|
||||
```
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
@@ -13,9 +13,7 @@ redirect_from: " "
|
||||
|
||||
{% capture node-version %}
|
||||
|
||||
```
|
||||
Express 5.0 requires Node.js 18 or higher.
|
||||
```
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user