Skip to content

Commit 5c74546

Browse files
authored
Move output to the right place in reference.md
This should make it look better as well.
1 parent dba6da5 commit 5c74546

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

doc/reference.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -412,14 +412,12 @@ json={}
412412
cat package.json | json_decode json
413413
echo $json['repository.url']
414414
</code>
415-
<code>
416-
# outputs: git+https://[email protected]/coderofsalvation/powscript.git
417-
</code>
418415
</pre>
419416
</td>
420417
<td>
421418
<pre>
422419
<code>
420+
# outputs: git+https://[email protected]/coderofsalvation/powscript.git
423421
</code>
424422
</pre>
425423
</td>
@@ -437,14 +435,12 @@ myfunc()
437435
curry curriedfunc abc
438436
echo -e "foo\nbar\n" | mappipe curriedfunc
439437
</code>
440-
<code>
441-
# outputs: '1=abc 2=foo' and '1=abc 2=bar'
442-
</code>
443438
</pre>
444439
</td>
445440
<td>
446441
<pre>
447442
<code>
443+
# outputs: '1=abc 2=foo' and '1=abc 2=bar'
448444
</code>
449445
</pre>
450446
</td>
@@ -505,13 +501,13 @@ bar={}
505501
foo["one"]="foo"
506502
bar["foo"]="123"
507503
map foo values | unpipe pick bar
508-
# outputs: '123'
509504
</code>
510505
</pre>
511506
</td>
512507
<td>
513508
<pre>
514509
<code>
510+
# outputs: '123'
515511
</code>
516512
</pre>
517513
</td>
@@ -533,14 +529,12 @@ funcB()
533529
compose decorate_string funcA funcB
534530
decorate_string "foo"
535531
</code>
536-
<code>
537-
# outputs: '(|foo|)'
538-
</code>
539532
</pre>
540533
</td>
541534
<td>
542535
<pre>
543536
<code>
537+
# outputs: '(|foo|)'
544538
</code>
545539
</pre>
546540
</td>

0 commit comments

Comments
 (0)