diff --git a/Website/plugins/ogdenwebb/ogdenwebb-replacements.raku b/Website/plugins/ogdenwebb/ogdenwebb-replacements.raku index 79dd821..9cacb73 100644 --- a/Website/plugins/ogdenwebb/ogdenwebb-replacements.raku +++ b/Website/plugins/ogdenwebb/ogdenwebb-replacements.raku @@ -236,8 +236,13 @@ use v6.d; }, #placeholder block-code => sub (%prm, %tml) { # previous block-code is set by 02-highlighter + my token tag { > '<' ~ '>' [ '/'? <-[ > ]>+ ] } + my @tokens; + %prm .= subst(/ / , { @tokens.push( ~$/ ); "\xFF\xFF" }, :g ); my $hl = %tml.prior('block-code').(%prm, %tml); $hl .= subst( / '