Mdbook tweaks

This commit is contained in:
Nathan McCarty 2025-01-27 05:19:15 -05:00
parent d030bd79c5
commit b2d94f9751
30 changed files with 15 additions and 2765 deletions

View file

@ -53,6 +53,9 @@ sub katla($src, $ttc-src) {
# TODO: Post process them to set themeing correctly
$output ~~ s:g/'<style>' .* '</style>'//;
$output ~~ s:g/'<br />'//;
$output ~~ s:g/'\\*'/*/;
$output ~~ s:g/'\\_'/_/;
$output ~~ s:g/'\\\\'/\\/;
$output ~~ s:g/'<code'/<pre><code/;
$output ~~ s:g/'</code>'/<\/code><\/pre>/;
$output ~~ s:g/'class="IdrisKeyword"'/class="hljs-keyword"/;