Install

Terminal
$ roq add plugin:markdown

Usage

Process .md and .markdown files using CommonMark Java.

Markdown plugin is already included in Quarkus Roq extension. No separate installation needed unless you removed it.

Every file with .md or .markdown extension will be processed.

Collapsible sections

Use standard HTML <details> and <summary> tags in your Markdown files for collapsible content. The default theme styles them automatically.

<details>
<summary>Click to reveal</summary>

Hidden content with **Markdown formatting**.

</details>

See the Markdown markup test for a live example.