Track wikilinks with a class instead of the title#160
Merged
jgm merged 1 commit intojgm:masterfrom Feb 7, 2025
Merged
Conversation
The use of title="wikilink" in HTML output likely traces back to Pandoc's hijacking of the title attribute for this purpose back when Pandoc links didn't have Attrs. A coordinated change in Pandoc moves this more appropriately into a class.
silby
added a commit
to silby/pandoc
that referenced
this pull request
Feb 6, 2025
I plan to drop this commit and replace with jgm's repo once jgm/commonmark-hs#160 is merged
Contributor
Author
|
They’re changed in the parallel Pandoc pr, jgm/pandoc#10599 |
Owner
|
Yeah, just realized that this is commonmark! |
silby
added a commit
to silby/pandoc
that referenced
this pull request
Feb 7, 2025
I plan to drop this commit and replace with jgm's repo once jgm/commonmark-hs#160 is merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The use of title="wikilink" in HTML output likely traces back to Pandoc's hijacking of the title attribute for this purpose back when Pandoc links didn't have Attrs. A coordinated change in Pandoc moves this more appropriately into a class.