Support Markdown markup in wikilink alias (like standard markdown links)

These two ways refer to a page with an alias for the link:

[[Obsidian|`obsidian`]]
[`obsidian`](Obsidian.md)

I would expect both links to render as obsidian (i.e. monospace code), but the wikilink renders as `obsidian`. (The Markdown link as obsidian.)

Would it be possible to add support for markup in wikilink aliases as well?

6 Likes

+1. You can put the markup outside the wiki link as in _[[page|title]]_, but that only works for bold and italic etc, but obviously not for monospace since monospace disables interpretation of what’s inside. Making backticks work for aliases would be fantastic (and hopefully not too hard to implement?)

+1+1 !

1 Like

+1 I would also add the the solution @rab suggested affects the entire link and you can’t target a specific section with italics or bold: [[The TeXbook|Knuth's _The TeXbook_]]

1 Like

+1. I would love to be able to have e.g. italics within display text.