mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41: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…
Add table
Add a link
Reference in a new issue