prototype remarkjs slides with Kraken formatting and auto-execute code in browser on slide change! Some rough edges, including two different editors between the first slide and the reveal slide

This commit is contained in:
2023-04-08 13:38:21 -04:00
parent b89b831983
commit 6ef3392aa0
2 changed files with 113 additions and 1 deletions

111
website/presentation.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -45,9 +45,10 @@ h2 { font-size: 3em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
i { --rec-slnt: -14; }
em { --rec-slnt: -14; }
b { --rec-wght: 600; }
.run_container { position: relative; }
.editor {
.editor, .remark-code, .remark-inline-code {
font-family: 'Recursive', monospace;
font-size: 1rem;
--rec-mono: 1;