mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 23:36:16 +02:00
docs: fix string literal example formatting
This commit is contained in:
parent
9e8afc68e5
commit
17318bc70d
1 changed files with 6 additions and 5 deletions
|
@ -107,10 +107,11 @@ each line, so the resulting string is
|
||||||
> >
|
> >
|
||||||
> > The following indented string is prefixed with tabs:
|
> > The following indented string is prefixed with tabs:
|
||||||
> >
|
> >
|
||||||
> > ''
|
> > <pre><code class="nohighlight">''
|
||||||
> > all:
|
> > all:
|
||||||
> > @echo hello
|
> > @echo hello
|
||||||
> > ''
|
> > ''
|
||||||
|
> > </code></pre>
|
||||||
> >
|
> >
|
||||||
> > "\tall:\n\t\t@echo hello\n"
|
> > "\tall:\n\t\t@echo hello\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue