Stop inhibiting line breaks inside links when filling
commit3221449860405a51dddb546a09249ee2410a034d
authorJason Blevins <jblevins@xbeta.org>
Wed, 2 Aug 2017 13:46:07 +0000 (2 09:46 -0400)
committerJason Blevins <jblevins@xbeta.org>
Wed, 2 Aug 2017 13:46:07 +0000 (2 09:46 -0400)
treec25b9bf415d8d72558a02b337db2ecfbeb0adb0c
parent16b70713391ec95f25855b646ea4675328a2a940
Stop inhibiting line breaks inside links when filling

This fill-nobreak-predicate hook was introduced in 66566a5 as a
workaround for Maruku, which at the time did not correctly parse links
with internal line breaks.  That has since been fixed.

Also update the corresponding test case to properly set fill-column.

Closes GH-173.
CHANGES.md
markdown-mode.el
tests/markdown-test.el