diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-05 20:24:28 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-05 20:25:38 -0500 |
| commit | 723f0863d62a2ee9fcf6da65aef3b0b4d679eedd (patch) | |
| tree | 3e204023cb2d5b2e9169f8a07bd053e7faf75a27 /docs/tutorial/list.html | |
| parent | 466a328da7c4f52b2325dd28800d819f53f9ca5b (diff) | |
Emit HTML escapes in the explainer
Diffstat (limited to 'docs/tutorial/list.html')
| -rw-r--r-- | docs/tutorial/list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorial/list.html b/docs/tutorial/list.html index fc26a6e4..11395efa 100644 --- a/docs/tutorial/list.html +++ b/docs/tutorial/list.html @@ -281,7 +281,7 @@ <svg viewBox='-131.34 -34 512 210'> <g font-family='BQN,monospace' font-size='18px' class='Paren' fill='currentColor'> <rect class='code' stroke-width='1' rx='10' x='-21.68' y='-24' width='292.68' height='190'/> - <text><tspan class='Function'>+</tspan><tspan class='Modifier'>´</tspan> <tspan class='Paren'>(</tspan><tspan class='Function'>⌽</tspan><tspan class='Number'>2</tspan><tspan class='Function'>⋆</tspan><tspan class='Function'>↕</tspan><tspan class='Number'>4</tspan><tspan class='Paren'>)</tspan> <tspan class='Function'>×</tspan> <tspan class='String'>"1001"</tspan><tspan class='Function'>-</tspan><tspan class='String'>'0'</tspan></text> + <text><tspan class='Function'>+</tspan><tspan class='Modifier'>´</tspan> <tspan class='Paren'>(</tspan><tspan class='Function'>⌽</tspan><tspan class='Number'>2</tspan><tspan class='Function'>⋆</tspan><tspan class='Function'>↕</tspan><tspan class='Number'>4</tspan><tspan class='Paren'>)</tspan> <tspan class='Function'>×</tspan> <tspan class='String'>"1001"</tspan><tspan class='Function'>-</tspan><tspan class='String'>'0'</tspan></text> <path stroke='currentColor' fill='none' stroke-width='1' d='M233.06 1.9V20.9H211.38'/> <path stroke='currentColor' fill='none' stroke-width='1' d='M173.44 1.9V20.9H211.38'/> <path stroke='currentColor' fill='none' stroke-width='1' d='M211.38 20.9V96.9H124.66'/> @@ -298,7 +298,7 @@ <g class='codeCover' stroke-width='8' stroke-linejoin='round'> <text x='233.06' y='26'>'0'</text> <text x='211.38' y='26'>-</text> - <text x='173.44' y='26'>"1001"</text> + <text x='173.44' y='26'>"1001"</text> <text x='124.66' y='102'>×</text> <text x='92.14' y='45'>4</text> <text x='81.3' y='45'>↕</text> @@ -311,7 +311,7 @@ <g opacity='0.9'> <text x='233.06' y='26'><tspan class='String'>'0'</tspan></text> <text x='211.38' y='26'><tspan class='Function'>-</tspan></text> - <text x='173.44' y='26'><tspan class='String'>"1001"</tspan></text> + <text x='173.44' y='26'><tspan class='String'>"1001"</tspan></text> <text x='124.66' y='102'><tspan class='Function'>×</tspan></text> <text x='92.14' y='45'><tspan class='Number'>4</tspan></text> <text x='81.3' y='45'><tspan class='Function'>↕</tspan></text> |
