diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2018-08-02 14:51:16 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-08-03 19:18:34 -0400 |
commit | 833574a9da27874614f7184f85f7993a539f3df1 (patch) | |
tree | 0870c17b8cb5deedee5dbd13f02469d2cc92c455 /docs/index.md | |
parent | 1e7fd3f236f63f9ca9b85de9cd172b77e7f9be80 (diff) | |
download | markdown-833574a9da27874614f7184f85f7993a539f3df1.tar.gz markdown-833574a9da27874614f7184f85f7993a539f3df1.tar.bz2 markdown-833574a9da27874614f7184f85f7993a539f3df1.zip |
Update 3.0 release notes
And other docs cleanup.
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/index.md b/docs/index.md index 8c32d51..d034e41 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,8 @@ though there are a few very minor [differences](#differences). See John's [Syntax Documentation](http://daringfireball.net/projects/markdown/syntax) for the syntax rules. -See the [installation instructions](install.md) to get started. +To get started, see the [installation instructions](install.md), the [library +reference](reference.md), and the [command line interface](cli.md). Goals ----- @@ -69,10 +70,10 @@ are summarized below: * __Middle-Word Emphasis__ - Python-Markdown defaults to ignoring middle-word emphasis. In other words, - `some_long_filename.txt` will not become `some<em>long</em>filename.txt`. - This can be switched off if desired. See the - [Library Reference](reference.md#smart_emphasis) for details. + Python-Markdown defaults to ignoring middle-word emphasis (and strong + emphasis). In other words, `some_long_filename.txt` will not become + `some<em>long</em>filename.txt`. This can be switched off if desired. See + the [Legacy EM Extension](extensions/legacy_em.md) for details. * __Indentation/Tab Length__ |