Mdbook tweaks
This commit is contained in:
parent
d030bd79c5
commit
b2d94f9751
30 changed files with 15 additions and 2765 deletions
|
@ -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"/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue