allow configuration of some code generation details within Markdown converter
This commit is contained in:
@@ -6,6 +6,41 @@ prefix = "/"
|
||||
# If true, generate relative URLs for all internal URLs. Default is false.
|
||||
relative = false
|
||||
|
||||
[classnames]
|
||||
# CSS class to use for an invalid reference.
|
||||
invalid-reference = "invalid-reference"
|
||||
# CSS class to use for an Obsidian link.
|
||||
obsidian-link = "obsidian-link"
|
||||
|
||||
[callout-icons]
|
||||
# The default callout icon.
|
||||
_default = "pencil"
|
||||
# Specific callout icons for other callouts.
|
||||
abstract = "clipboard-list"
|
||||
attention = "triangle-alert"
|
||||
bug = "bug"
|
||||
caution = "triangle-alert"
|
||||
check = "check"
|
||||
cite = "quote"
|
||||
danger = "zap"
|
||||
done = "check"
|
||||
error = "zap"
|
||||
example = "list"
|
||||
fail = "x"
|
||||
failure = "x"
|
||||
faq = "circle-help"
|
||||
help = "circle-help"
|
||||
info = "info"
|
||||
missing = "x"
|
||||
question = "circle-help"
|
||||
quote = "quote"
|
||||
success = "check"
|
||||
summary = "clipboard-list"
|
||||
tip = "flame"
|
||||
tldr = "clipboard-list"
|
||||
todo = "circle-check"
|
||||
warning = "triangle-alert"
|
||||
|
||||
[templates]
|
||||
# The template directory name under the Obsidian vault. Default is ".dragonglass.tmpl".
|
||||
directory = ".dragonglass.tmpl"
|
||||
|
||||
Reference in New Issue
Block a user