Render titles with markup.

This commit is contained in:
Sergio Martínez Portela 2022-08-28 14:09:57 +02:00
parent 89bf34ed46
commit cf7cc38bd8
2 changed files with 16 additions and 4 deletions

View file

@ -29,11 +29,14 @@ html, body {
content: "🮦";
}
/* Inhibit <p> tags inside items */
/* Inhibit <p> tags inside inlined items */
/* TODO: Remove need for this on generator */
.item p {
display: inline;
}
h1 p,h2 p,h3 p,h4 p,h5 p,h6 p {
display: inline;
}
/* Headers */
body > .node > h1 {