diff --git a/example/export-as-html.retro b/example/export-as-html.retro index e7675a8..a8a1514 100755 --- a/example/export-as-html.retro +++ b/example/export-as-html.retro @@ -133,7 +133,6 @@ to deal with. 'Code var :format - @Escape [ &Escape v:on ] if; $` [ @Escape [ &Escape v:off $* c:put ] if; @Code n:zero? [ ' &Code v:on ] [ ' &Code v:off ] choose s:put ] case @@ -143,6 +142,7 @@ to deal with. $_ [ @Escape @Code or [ &Escape v:off $_ c:put ] if; @Emphasis n:zero? [ ' &Emphasis v:on ] [ ' &Emphasis v:off ] choose s:put ] case + $\ [ &Escape v:on ] case c:put ; :s:put [ format ] s:for-each ;