Prohibit setext headers from starting with spaces or tabs
commitdf4ac404ce92abdf1a0b78da8ef1675f1cd1f196
authorJason Blevins <jrblevin@sdf.org>
Thu, 22 Dec 2016 22:16:08 +0000 (22 17:16 -0500)
committerJason Blevins <jrblevin@sdf.org>
Thu, 22 Dec 2016 22:16:08 +0000 (22 17:16 -0500)
treed89b4b57bc0a22c49d33a90299e70cc55392a279
parentc81e26ff477d46f68bcf0c6397d5f5346d9b0129
Prohibit setext headers from starting with spaces or tabs

Fixes an error in the setext header regular expressions. The hyphen
needs to be at the end of the class so that it isn't interpreted as a
range.  This also adds tab as a prohibited character.

This closes GH-143 and is related to GH-139. Thanks to Howard Melman
for reporting these issues.
markdown-mode.el