docs: fix string literal example formatting

This commit is contained in:
Ryan Hendrickson 2024-07-31 19:22:17 -04:00
parent 9e8afc68e5
commit 17318bc70d

View file

@ -107,10 +107,11 @@ each line, so the resulting string is
> >
> > The following indented string is prefixed with tabs:
> >
> > ''
> > <pre><code class="nohighlight">''
> > all:
> > @echo hello
> > ''
> > </code></pre>
> >
> > "\tall:\n\t\t@echo hello\n"