added options to have external links or non-Markdown files open in a new tab

This commit is contained in:
2024-08-14 23:35:38 -06:00
parent 4a6f14c32b
commit f26ea7c507
4 changed files with 42 additions and 10 deletions

View File

@@ -5,6 +5,10 @@
prefix = "/"
# If true, generate relative URLs for all internal URLs. Default is false.
relative = false
# IF true, external links (full URLs) will be opened in a new tab.
extern-new-tab = false
# If true, "foreign" (non-Markdown) files will be opened in a new tab.
foreign-new-tab = false
[classnames]
# CSS class to use for an invalid reference.