diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-03-29 23:00:30 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-07-24 11:40:13 -0400 |
commit | ee54678185234f01d3de6a6334f30c9bb3417783 (patch) | |
tree | d72e6bde812a59b6615b1b33ef878263ed6f5cc7 /docs | |
parent | 727adc8a053402d3e9a38424ff67bde697674156 (diff) | |
download | markdown-ee54678185234f01d3de6a6334f30c9bb3417783.tar.gz markdown-ee54678185234f01d3de6a6334f30c9bb3417783.tar.bz2 markdown-ee54678185234f01d3de6a6334f30c9bb3417783.zip |
Moved enable_attributes keyword to extension: legacy_attrs.
If you have existing documents that use the legacy attributes format,
then you should enable the legacy_attrs extension for those documents.
Everyone is encouraged to use the attr_list extension going forward.
Closes #643. Work adapted from 0005d7a of the md3 branch.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/reference.md b/docs/reference.md index 936d389..25c2058 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -181,10 +181,6 @@ __tab_length__{: #tab_length }: : Length of tabs in the source. Default: 4 -__enable_attributes__{: #enable_attributes}: - -: Enable the conversion of attributes. Defaults to `True`. - __smart_emphasis__{: #smart_emphasis }: : Treat `_connected_words_` intelligently Default: True |