Add the ability to have global pre-defined reference links for the Markdown editor.
For example, I could globally define the link
ComputerName
to be linked to
/hardware/computers/computername
(e.g. in markdown reference link style:
[ComputerName]:/hardware/computers/computername
)
Then whenever I refer to
[ComputerName]
in my documentation, if the link is undefined in the current page, the global link template would take over and link
[ComputerName]
without me having to type the whole markdown link syntax each time.