Refactor keyword parsing/rendering & add support for ATTR_HTML

This commit is contained in:
Niklas Fasching 2018-12-11 17:30:02 +01:00
parent a859264420
commit 81f74f4ad9
9 changed files with 169 additions and 76 deletions

View file

@ -83,7 +83,11 @@ table, .highlight > pre, pre.example {
font-size: 0.85rem;
border: 1px solid rgba(250, 100, 50, 0.5); }
.caption {
figure {
margin: 1em 0;
}
figcaption {
font-family: monospace;
font-size: 0.75em;
text-align: center;