Added hashtag_protection to readme.
This commit is contained in:
parent
d4c3a97b24
commit
83caf0b140
1 changed files with 6 additions and 0 deletions
|
|
@ -187,6 +187,12 @@ Current (unreleased)
|
||||||
|
|
||||||
* Autoloading with Composer now uses PSR-4.
|
* Autoloading with Composer now uses PSR-4.
|
||||||
|
|
||||||
|
* In Markdown Extra, added the `hashtag_protection` configuration variable.
|
||||||
|
When set to `true` it prevents ATX-style headers with no space after the initial
|
||||||
|
hash from being interpreted as headers. This way your precious hashtags
|
||||||
|
are preserved.
|
||||||
|
(Thanks to Jaussoin Timothée for the implementation.)
|
||||||
|
|
||||||
|
|
||||||
PHP Markdown Lib 1.7.0 (29 Oct 2016)
|
PHP Markdown Lib 1.7.0 (29 Oct 2016)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue