add support for relative markdown links

This commit is contained in:
a 2022-12-09 17:44:36 -06:00
parent bc9e64a009
commit 842411dc15
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
<a class="link" href="{{ (.Page.GetPage .Destination).RelPermalink | safeURL }}">{{ .Text | safeHTML }}</a>