You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Details
Resolves: #20
Replaces `shortcut_link` text that matches callout keywords with
configured symbols / text and applies highlights.
Unfortunately highlighting the quote bar itself is NOT supported as
we need information from the inline parser to figure out what
the callout is, while the quote / bar itself is handled by the
standard block level markdown parser.
Passing information between the parsers is not really possible, as
far as I am aware.
Any other solution would rely on a text search and would get tricky
across multi line block quotes, which all callouts are.
Will create a separate issue to make the highlighting consistent.
0 commit comments