added ini file, switched to Python2, implemented screenshot feature

This commit is contained in:
Michael Clemens 2018-03-19 21:21:55 +01:00
parent a52a0c7dca
commit a27b70d450

20
esm2markdown.ini Normal file
View 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