GM notes can now include arbitrary additional sections as attributes.

This commit is contained in:
Mark Wolfman
2021-07-24 17:40:01 -05:00
parent a1a5d7783a
commit 6bfaddf821
8 changed files with 77 additions and 4 deletions
@@ -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 ]]
+4
View File
@@ -0,0 +1,4 @@
\pdfbookmark[0]{[[ title ]]}{[[ title ]]}
\section*{[[ title ]]}
[[ rst | rst_to_latex ]]
Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB