Basic support for filling of definitions
commit84a49f6784e28a131f64aae663d5ed145ec542e1
authorJason Blevins <jrblevin@sdf.org>
Wed, 9 Sep 2015 13:27:09 +0000 (9 09:27 -0400)
committerJason Blevins <jrblevin@sdf.org>
Wed, 9 Sep 2015 13:32:56 +0000 (9 09:32 -0400)
tree23193108e946956b0b5085b6997af48c1f4a10d2
parent5bb9bed97a0e3c324a88d7dfd7cfb95f3617a8bb
Basic support for filling of definitions

This is related to the definition list extension as defined by PHP
Markdown Extra, Pandoc, and so on.  This patch prevents definitions from
collapsing with the previous line (the defined term) when filling.

This closes the following issue:
https://github.com/jrblevin/markdown-mode/issues/20

Thanks to Marijn Haverbeke (@marijnh) for the patch.
markdown-mode.el