diff --git a/MANUAL.html b/MANUAL.html index 5d62611..75b6484 100644 --- a/MANUAL.html +++ b/MANUAL.html @@ -11,8 +11,10 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} -ul.task-list{list-style: none;} + +ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { +font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -20,7 +22,7 @@ .display.math{display: block; text-align: center; margin: 0.5rem auto;} pre > code.sourceCode { white-space: pre; position: relative; } -pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } +pre > code.sourceCode > span { line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } diff --git a/index.html b/index.html index da47168..24f0090 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,11 @@ div.columns{display: flex; gap: min(4vw, 1.5em);} div.column{flex: auto; overflow-x: auto;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} - ul.task-list{list-style: none;} + /* The extra [class] is a hack that increases specificity enough to + override a similar rule in reveal.js */ + ul.task-list[class]{list-style: none;} ul.task-list li input[type="checkbox"] { + font-size: inherit; width: 0.8em; margin: 0 0.8em 0.2em -1.6em; vertical-align: middle; @@ -20,7 +23,7 @@ .display.math{display: block; text-align: center; margin: 0.5rem auto;} /* CSS for syntax highlighting */ pre > code.sourceCode { white-space: pre; position: relative; } - pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } + pre > code.sourceCode > span { line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } @@ -159,10 +162,10 @@

Simple examples

```

which renders like so:

- (Source code)

Interactive plots

@@ -196,14 +199,14 @@

Interactive plots

- + -
+
- - - - -
- - - - - \ No newline at end of file diff --git a/plots/pandocplot17672692230154196518.png b/plots/pandocplot10304052530869426875.png similarity index 99% rename from plots/pandocplot17672692230154196518.png rename to plots/pandocplot10304052530869426875.png index 85b8475..3a11c3e 100644 Binary files a/plots/pandocplot17672692230154196518.png and b/plots/pandocplot10304052530869426875.png differ diff --git a/plots/pandocplot17672692230154196518.src.html b/plots/pandocplot10304052530869426875.src.html similarity index 99% rename from plots/pandocplot17672692230154196518.src.html rename to plots/pandocplot10304052530869426875.src.html index 805be8c..c96f013 100644 --- a/plots/pandocplot17672692230154196518.src.html +++ b/plots/pandocplot10304052530869426875.src.html @@ -143,7 +143,7 @@ div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} pre > code.sourceCode { white-space: pre; position: relative; } -pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } +pre > code.sourceCode > span { line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; } diff --git a/plots/pandocplot16974575287094059809.html b/plots/pandocplot16974575287094059809.html new file mode 100644 index 0000000..0f8c720 --- /dev/null +++ b/plots/pandocplot16974575287094059809.html @@ -0,0 +1,61 @@ + + + + + Bokeh Plot + + + + + +
+ + + + + \ No newline at end of file diff --git a/plots/pandocplot1025666781739678714.src.html b/plots/pandocplot16974575287094059809.src.html similarity index 99% rename from plots/pandocplot1025666781739678714.src.html rename to plots/pandocplot16974575287094059809.src.html index 33bbeb9..641544a 100644 --- a/plots/pandocplot1025666781739678714.src.html +++ b/plots/pandocplot16974575287094059809.src.html @@ -143,7 +143,7 @@ div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} pre > code.sourceCode { white-space: pre; position: relative; } -pre > code.sourceCode > span { display: inline-block; line-height: 1.25; } +pre > code.sourceCode > span { line-height: 1.25; } pre > code.sourceCode > span:empty { height: 1.2em; } .sourceCode { overflow: visible; } code.sourceCode > span { color: inherit; text-decoration: inherit; }