mirror of
https://codeberg.org/mclemens/esm2markdown.git
synced 2025-01-18 13:56:23 -05:00
added ini file, switched to Python2, implemented screenshot feature
This commit is contained in:
parent
a52a0c7dca
commit
a27b70d450
20
esm2markdown.ini
Normal file
20
esm2markdown.ini
Normal file
@ -0,0 +1,20 @@
|
||||
[config]
|
||||
# Configure here the style of keys and values e.g. to bold or italic.
|
||||
# Default: Keys are displayed in bold, values have no specific style
|
||||
key_style = **
|
||||
value_style =
|
||||
|
||||
# Configure here how your lists will look like in Markdown
|
||||
level1 = * "
|
||||
level2 = " * "
|
||||
level3 = " * "
|
||||
|
||||
# Configure here if Rules should be alphabetically sorted or not
|
||||
sort_rules = True
|
||||
|
||||
# Configure TOC generation
|
||||
toc = True
|
||||
|
||||
# Configure inclusion of images
|
||||
images = False
|
||||
imagepath = images
|
Loading…
Reference in New Issue
Block a user