From 9c2830f7b0273ae399b771a7d9780ee7a7430fc4 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 7 Mar 2012 08:43:36 -0500 Subject: Added a bunch of internal links to the docs. --- docs/index.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index fb48399..570f36b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,16 +21,16 @@ features: * __International Input__ - Python-Markdown will accept input in any language supported by Unicode - including bi-directional text. In fact the test suite includes documents - written in Russian and Arabic. + Python-Markdown will accept [input](reference.html#text) in any language + supported by Unicode including bi-directional text. In fact the test suite + includes documents written in Russian and Arabic. * __Middle-Word Emphasis__ Python-Markdown defaults to ignoring middle-word emphasis. In other words, `some_long_filename.txt` will not become `somelongfilename.txt`. This can be switched off if desired. See the - [Library Reference](reference.html) for details. + [Library Reference](reference.html#smart_emphasis) for details. * __Extensions__ @@ -41,13 +41,15 @@ features: * __Output Formats__ - Python-Markdown can output documents in HTML4, XHTML and HTML5. + Python-Markdown can output documents in HTML4, XHTML and HTML5. See the + [Library Reference](reference.html#output_format) for details. * __"Safe Mode"__ When using Python-Markdown to parse input from untrusted users on the web, the handling of raw HTML can be controlled in various ways to prevent - harmful code from being injected into your site. + harmful code from being injected into your site. See the + [Library Reference](reference.html#safe_mode) for details. * __Command Line Interface__ -- cgit v1.2.3