mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-29 17:18:26 +02:00
GM notes can now include arbitrary additional sections as attributes.
This commit is contained in:
@@ -7,6 +7,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
body {
|
||||
/* background: #f4ecdb; */
|
||||
background-image: url("../images/paper.jpg");
|
||||
background-size: 100%;
|
||||
}
|
||||
table {
|
||||
/* background: #ECEEE3; */
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
<h1 id="[[ title | to_heading_id ]]">[[ title ]]</h1>
|
||||
|
||||
[[ rst | rst_to_html ]]
|
||||
@@ -0,0 +1,4 @@
|
||||
\pdfbookmark[0]{[[ title ]]}{[[ title ]]}
|
||||
\section*{[[ title ]]}
|
||||
|
||||
[[ rst | rst_to_latex ]]
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 283 KiB |
Reference in New Issue
Block a user