Welcome to the beta! Please open a Github issue if you have feature requests or find any issues.

#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 Title
md

Using front matter:

---
title: A Page Title
---
md