Render titles with markup.
This commit is contained in:
parent
89bf34ed46
commit
cf7cc38bd8
2 changed files with 16 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue