-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide wiki markup as part of markdown-toggle-markup-hiding #861
base: master
Are you sure you want to change the base?
Hide wiki markup as part of markdown-toggle-markup-hiding #861
Conversation
|
9a7bd6d
to
4d44c6a
Compare
… link tests to be with other wiki link tests
I fixed the byte compiler warnings and updated the wiki link tests to check that the face properties are properly being set to support markup hiding. I think I've done everything that's called out in Wiki links seemed to be handled very different front inline and reference links. I couldn't find a reason for the two different approaches, and it make some of the implementation more difficult than it needed to be, so some of my changes have the effect of treating wiki links much more like reference and inline links. If I misunderstood this and there's a reason for the two different approaches please let me know. (That's only if |
When markup hiding is enabled, the markup for markdown-style links is hidden, but the markup for wiki links is not. This code change fontifies the different sections of wiki links so that they are properly supported by
markdown-toggle-markup-hiding
.Related Issues
The changes address issues #557, #782, and #847.
Type of Change
Checklist
make test
).