Skip to content

Respect indentation #38

Description

@bmuenzenmeyer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions