Skip to content

Commit 6fecc14

Browse files
committed
Change code fence
1 parent 477fd1f commit 6fecc14

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

v0.3/handbook/libraries/stdlib.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,18 +1706,18 @@ A library for accessing the filesystem. This library only works when Eve is run
17061706
<td>
17071707
<code>
17081708
Read a file
1709-
```
1709+
~~~
17101710
commit
17111711
[#file/read #my-file path: "test-file.txt"]
1712-
```
1712+
~~~
17131713
17141714
Display the contents of the file
1715-
```
1715+
~~~
17161716
search
17171717
[#my-file contents]
17181718
commit
17191719
[#console/log text: contents]
1720-
```
1720+
~~~
17211721
</code>
17221722
</td>
17231723
</tr>
@@ -1742,10 +1742,10 @@ commit
17421742
</td>
17431743
<td>
17441744
<code>
1745-
```
1745+
~~~
17461746
commit
17471747
[#file/write path: "test-file.txt" contents: "This will be in the file"]
1748-
```
1748+
~~~
17491749
</code>
17501750
</td>
17511751
</tr>
@@ -1767,12 +1767,12 @@ commit
17671767
</td>
17681768
<td>
17691769
<code>
1770-
```
1770+
~~~
17711771
search
17721772
[#file/read path error: [code: "ENOENT"]]
17731773
commit
17741774
[#console/error text: "Could not file file {{path}}"]
1775-
```
1775+
~~~
17761776
</code>
17771777
</td>
17781778
</tr>
@@ -1797,10 +1797,10 @@ Write text to the console
17971797
</td>
17981798
<td>
17991799
<code>
1800-
```
1800+
~~~
18011801
commit
18021802
[#console/log text: "Hello world!"]
1803-
```
1803+
~~~
18041804
</code>
18051805
</td>
18061806
</tr>
@@ -1821,10 +1821,10 @@ commit
18211821
</td>
18221822
<td>
18231823
<code>
1824-
```
1824+
~~~
18251825
commit
18261826
[#console/warn text: "Memory is running low."]
1827-
```
1827+
~~~
18281828
</code>
18291829
</td>
18301830
</tr>
@@ -1845,10 +1845,10 @@ commit
18451845
</td>
18461846
<td>
18471847
<code>
1848-
```
1848+
~~~
18491849
commit
18501850
[#console/error text: "Access is Denied"]
1851-
```
1851+
~~~
18521852
</code>
18531853
</td>
18541854
</tr>

0 commit comments

Comments
 (0)