Markdown
Zudoku supports GitHub Flavored Markdown.
Page Titles
Page titles can be added to markdown files using the #
syntax or via the front matter of the markdown file.
Using markdown headers:
# A Page Titlemd
Using front matter:
--- title: A Page Title ---md