Compare commits
No commits in common. "1bce64b722e20c38e53ad25b9a0cb2d9f8132012" and "9440f615d92aea22d99e37a154f369ed2e76616a" have entirely different histories.
1bce64b722
...
9440f615d9
@ -122,23 +122,7 @@ IMAGE_PROCESS = {
|
||||
"card": ["scale_in 350 100% True"]
|
||||
}
|
||||
|
||||
# enable smarty extension and configure it to substitute quotation marks
|
||||
MARKDOWN = {
|
||||
'extension_configs': {
|
||||
'markdown.extensions.codehilite': {'css_class': 'highlight'},
|
||||
'markdown.extensions.extra': {},
|
||||
'markdown.extensions.meta': {},
|
||||
'smarty': {
|
||||
'substitutions': {
|
||||
'left-single-quote': '‚',
|
||||
'right-single-quote': '‘',
|
||||
'left-double-quote': '„',
|
||||
'right-double-quote': '“'
|
||||
}
|
||||
},
|
||||
},
|
||||
'output_format': 'html5',
|
||||
}
|
||||
|
||||
|
||||
|
||||
###############################################################################
|
||||
|
||||
@ -208,7 +208,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
>summary:not([role]) {
|
||||
background-color: inherit;
|
||||
border: none;
|
||||
padding-top: var(--pico-form-element-spacing-vertical);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user