From 83caf0b14004da9b8d2b63db86c930f8a2fbb464 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sat, 17 Jun 2017 07:56:57 -0400 Subject: [PATCH] Added hashtag_protection to readme. --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index b68d6db..8947aa8 100644 --- a/Readme.md +++ b/Readme.md @@ -187,6 +187,12 @@ Current (unreleased) * 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)