🔗Markdown Features
Booyaka supports a wide range of Markdown features to help you create rich and engaging documentation.
🔗Code & Highlighting
Booyaka supports syntax highlighting for code blocks in your markdown files. Check the Code & Highlighting section for configuration options related to code highlighting.
🔗Inline Editor
There is a roadmap item to add an inline editor for editing markdown files directly within the documentation site. This feature is not yet implemented.
🔗Hide Markdown Files
Booyaka allows you to hide specific markdown files from being processed and included in your documentation site. To hide a markdown file, simply prefix its filename with an exclamation mark (!). For example, if you have a file named draft.md that you want to exclude, rename it to !draft.md.