* Ensure footnotes classes generated are not filtered pulldown-cmark add somes classes when footnotes html is generated. This commit ensure they are not filtered by html sanitizer * Add some footnotes styling
This commit is contained in:
committed by
Ana Gelez
parent
7f296b2ef2
commit
3bd2305115
@@ -481,3 +481,12 @@ input:checked ~ .cw-container > .cw-text {
|
||||
margin: auto $horizontal-margin;
|
||||
}
|
||||
}
|
||||
|
||||
// Footnote related styles
|
||||
.footnote-definition {
|
||||
p {
|
||||
font-size: smaller;
|
||||
// Make sur the definition is inline with the label-definition
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user