-
Notifications
You must be signed in to change notification settings - Fork 72
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
Disable hashtag in link text #167
Comments
Reading WikiLink.hs, I see that wiki links are also parsed in markdown link text. BracketedSpec disallows nesting links in the link text, but I'm not sufficiently familiar with Haskell or parsers to clearly see how to similarly disallow nesting WikiLinks and HashTags |
... srid/emanote#167 is resolved.
FTR, using Obviously, the ideal way is to have a way to control this globally so that these |
Maybe add a logic which parse
If we want to follow Obsidian Tags then no spaces in the tags as well and a tag can not be composed of digits only. |
Related: #349 Note that the embedding wikilinks (at least those that embed images) should be parsed in the link text. I tried implementing an workaround using a Pandoc filter that converts the tag
The problem is that the second Another nasty example:
On the other hand, as far as I understand, the discussion in jgm/commonmark-hs#97 implies that this may be difficult to handle during parsing using I don't think the "good first issue" tag is appropriate. |
Workaround for srid/emanote#167.
Originally posted by @edrex in #166
The text was updated successfully, but these errors were encountered: