diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-03-13 10:46:50 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-03-13 10:46:50 -0400 |
commit | 92aa955c6ae145b47cf06172ef26defd20e8e2e0 (patch) | |
tree | e4268d238cc7c37a95097b1c0a92737a4709e540 /docs/extensions | |
parent | 4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6 (diff) | |
download | markdown-92aa955c6ae145b47cf06172ef26defd20e8e2e0.tar.gz markdown-92aa955c6ae145b47cf06172ef26defd20e8e2e0.tar.bz2 markdown-92aa955c6ae145b47cf06172ef26defd20e8e2e0.zip |
Removed the html_tidy extension. See 2.3 release notes for explaination.
Diffstat (limited to 'docs/extensions')
-rw-r--r-- | docs/extensions/code_hilite.txt | 4 | ||||
-rw-r--r-- | docs/extensions/header_id.txt | 4 | ||||
-rw-r--r-- | docs/extensions/index.txt | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/docs/extensions/code_hilite.txt b/docs/extensions/code_hilite.txt index 2e15e58..116ad0f 100644 --- a/docs/extensions/code_hilite.txt +++ b/docs/extensions/code_hilite.txt @@ -1,8 +1,8 @@ title: CodeHilite Extension prev_title: Admonition Extension prev_url: admonition.html -next_title: HTML Tidy Extension -next_url: html_tidy.html +next_title: HeaderId Extension +next_url: header_id.html CodeHilite ========== diff --git a/docs/extensions/header_id.txt b/docs/extensions/header_id.txt index 255d35c..c1739a0 100644 --- a/docs/extensions/header_id.txt +++ b/docs/extensions/header_id.txt @@ -1,6 +1,6 @@ title: HeaderId Extension -prev_title: HTML Tidy Extension -prev_url: html_tidy.html +prev_title: CodeHilite Extension +prev_url: code_hilite.html next_title: Meta-Data Extension next_url: meta_data.html diff --git a/docs/extensions/index.txt b/docs/extensions/index.txt index 934c1d6..2137a22 100644 --- a/docs/extensions/index.txt +++ b/docs/extensions/index.txt @@ -49,7 +49,6 @@ Extension | "Name" [Smart Strong][] | `smart_strong` [Admonition][] | `admonition` [CodeHilite][] | `codehilite` -[HTML Tidy][] | `html_tidy` [HeaderId] | `headerid` [Meta-Data] | `meta` [New Line to Break] | `nl2br` @@ -67,7 +66,6 @@ Extension | "Name" [Smart Strong]: smart_strong.html [Admonition]: admonition.html [CodeHilite]: code_hilite.html -[HTML Tidy]: html_tidy.html [HeaderId]: header_id.html [Meta-Data]: meta_data.html [New Line to Break]: nl2br.html |