elpasync pushed a change to branch elpa/markdown-mode.
from d2d960bec1 Merge pull request #892 from jrblevin/issue-891
new f8605b9ace Initial somewhat hacky method to enable wiki link markup
hiding
new f1447ef770 Proper faces are added to wiki links to allow for proper
colorization
new e015d8542a Propertize different sections of wiki links
new a72dfa27a5 Add eldoc functionality for wiki links
new 2120fc06d0 Removed unused bindings in markdown-eldoc-function
new 85be4f1b68 Handle wiki links that don't have alias text
new 2645b7fd14 Add markdown-missing-link-face when appropriate to parts
of wiki links
new 88f30a641c All tests are passing; still needs code cleanup
new 847e7de1b1 Code cleanup
new 92830999de Merge branch 'master' into
jayemar/toggle-hiding-of-wiki-links
new f285a34115 Fix wiki link font properties and remove unnecessary
wiki link-related code
new 4d44c6a067 Fix lint warnings and byte compilation warnings
new 8fd66014cc Use face to show missing wiki links when enabled; remove
additional unused code
new cc33f7c73d Update tests to reflect different font faces for wiki
links and missing files
new 085fa615d0 Update wiki links test to check for markup-markup-face;
organize wiki link tests to be with other wiki link tests
new 06b15337c9 Fix lint warning
new 5bebb44f7f Pull in latest from master
new 819ab2a212 Merge branch 'master' into
jayemar/toggle-hiding-of-wiki-links
new eb4b02e40c Merge branch 'master' into
jayemar/toggle-hiding-of-wiki-links
new 76a81fa6da Remove redundant mp for use of markdown--markup-props
new 37863796c8 Remove tp for pre-calculated markdown--title-props
new f85b3be32a Only set mouse-face when markdown-mouse-follow-link is t
new c9c9ec6bcd Use markdown--markup-props instead of recreating as mp
new e50a72a6cb Merge branch 'master' into
jayemar/toggle-hiding-of-wiki-links
new 360abf5ff5 Reintroduce public functions that had been removed
new f579bcc561 Merge branch 'master' of
github.com:jrblevin/markdown-mode into jayemar/toggle-hiding-of-wiki-links
new 244464388d Merge branch 'master' into
jayemar/toggle-hiding-of-wiki-links
new 6f66ba336d Mark functions as obsolete
new 11bac530de Update versions of obsoleted functions
new d1a20625a3 Fix byte compile warnings
new 606110f2d7 Add line to CHANGES.md references this PR
new f464a6fa68 Add issue link
new 9d2850ed58 Merge pull request #861 from
jayemar/jayemar/toggle-hiding-of-wiki-links
Summary of changes:
CHANGES.md | 2 +
README.md | 42 +++++---
markdown-mode.el | 288 +++++++++++++++++++++++++++++++++----------------
tests/markdown-test.el | 86 +++++++--------
tests/wiki-links.text | 2 +-
5 files changed, 264 insertions(+), 156 deletions(-)