aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-2.6.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-03-08 21:08:31 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2015-03-08 21:08:31 -0400
commit4f9d4fff86c638ab2edb569ad9eb14f82728808d (patch)
treeabd6855ebb0fdffa6a8ed13b7ed06d2fde1b3864 /docs/release-2.6.txt
parentf54cd8652df84d5f8655819fff0631f0fc92a2b6 (diff)
downloadmarkdown-4f9d4fff86c638ab2edb569ad9eb14f82728808d.tar.gz
markdown-4f9d4fff86c638ab2edb569ad9eb14f82728808d.tar.bz2
markdown-4f9d4fff86c638ab2edb569ad9eb14f82728808d.zip
Removed `yaml` option from meta-data extension.
The option was buggy. Rather than try to fix it, it is being removed. This feeture should exist as a seperate extension. Fixes #390.
Diffstat (limited to 'docs/release-2.6.txt')
-rw-r--r--docs/release-2.6.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/release-2.6.txt b/docs/release-2.6.txt
index f79e357..747c81c 100644
--- a/docs/release-2.6.txt
+++ b/docs/release-2.6.txt
@@ -198,11 +198,15 @@ meta-data. By default, the YAML deliminators are recognized, however, the
actual data is parsed as previously. This follows the syntax of
[MultiMarkdown], which inspired this extension.
-Alternatively, if the `yaml` option is set, then the data is parsed as YAML.
+<del>Alternatively, if the `yaml` option is set, then the data is parsed as YAML.</del>
+<ins>As the `yaml` option was buggy, it was removed in 2.6.1. It is suggested that a third
+party extension be used if you want true YAML support. See [Issue #390][#390] for a full
+explanation.</ins>
[MultiMarkdown]: http://fletcherpenney.net/MultiMarkdown_Syntax_Guide#metadata
[Meta-Data]: extensions/meta_data.html
[YAML]: http://yaml.org/
+[#390]: https://github.com/waylan/Python-Markdown/issues/390
### Table of Contents Extension Refactored