Definition lists
parent
04f6e8e6b5
commit
a792153dd9
|
@ -1,4 +1,4 @@
|
|||
PARSER = '/usr/bin/pandoc -f markdown+footnotes+inline_notes+auto_identifiers -t html5 --smart --email-obfuscation=references'
|
||||
PARSER = '/usr/bin/pandoc -f markdown+footnotes+inline_notes+auto_identifiers+definition_lists -t html5 --smart --email-obfuscation=references'
|
||||
HOST = '127.0.0.1'
|
||||
PORT = 5000
|
||||
DEBUG = True
|
||||
|
|
|
@ -28,3 +28,6 @@ body {
|
|||
font-kerning: normal;
|
||||
font-family: 'DejaVu Sans', sans-serif;
|
||||
}
|
||||
dd {
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue