diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-03-01 11:14:41 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-03-01 11:14:41 -0500 |
commit | dc49e92bad4f2534a6080849365186fe62343b8f (patch) | |
tree | 532107f56a53bc7129575898f290a5715c771057 /docs/extensions/header_id.md | |
parent | 61ebd008e9ade549fcc3e934f4267472211c4b60 (diff) | |
download | markdown-dc49e92bad4f2534a6080849365186fe62343b8f.tar.gz markdown-dc49e92bad4f2534a6080849365186fe62343b8f.tar.bz2 markdown-dc49e92bad4f2534a6080849365186fe62343b8f.zip |
Refactored Docs to use Sphinx styled template.
This is not a full Sphinx implementation. Just a limited implementation
which converts our markdown source filed to work with the default css for
Sphinx so it looks like Pythons docs.
Diffstat (limited to 'docs/extensions/header_id.md')
-rw-r--r-- | docs/extensions/header_id.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/extensions/header_id.md b/docs/extensions/header_id.md index 90a6673..255d35c 100644 --- a/docs/extensions/header_id.md +++ b/docs/extensions/header_id.md @@ -1,3 +1,9 @@ +title: HeaderId Extension +prev_title: HTML Tidy Extension +prev_url: html_tidy.html +next_title: Meta-Data Extension +next_url: meta_data.html + HeaderId ======== |