added options to have external links or non-Markdown files open in a new tab
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user