-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I want to add a codeblock under a bullet, like this:
- Available locales are dynamically loaded from `next.config.js`
<!-- CODEBLOCK_START {"value": "next.config.js"} -->
<!-- prettier-ignore -->
~~~~~~~~~~bash
File: .nvmrc
v16.14.2
~~~~~~~~~~
<!-- CODEBLOCK_END -->
But the outcome is:
- Available locales are dynamically loaded from `next.config.js`
<!-- CODEBLOCK_START {"value": "next.config.js"} -->
<!-- prettier-ignore -->
~~~~~~~~~~js
File: next.config.js
module.exports = {
i18n: {
locales: ["en", "es"],
defaultLocale: "en",
},
}
~~~~~~~~~~
<!-- CODEBLOCK_END -->
Metadata
Metadata
Assignees
Labels
No labels