This sample demonstrates the Markdown templates viewer built with Block Editor, complete with a sidebar navigation tree, breadcrumb, and Markdown loading, editing and Download as Markdown capabilities.
The Block Editor Documentation Preview is a powerful, interactive
documentation system that combines
BlockEditor with a collapsible sidebar, tree
navigation, and Markdown rendering.
It allows users to view, edit, and download documentation articles
written in Markdown format.
Key features demonstrated in this sample:
ejs-treeview to browse documentation sections..md files
from the assets folder via fetch.MarkdownConverter and parseHtmlToBlocks() to convert
Markdown to rich editable blocks.
TurndownService.This sample serves as a complete template for building internal documentation portals, knowledge bases, technical wikis, or product guides using the Block Editor.