Skip to content

Commit 80ee4a4

Browse files
committed
Didn't Like Doc Formatting
Looks like list may need a blank line preceding it.
1 parent eb31984 commit 80ee4a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/topics/reading-and-writing-to-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@ You can then echo `$result` to a terminal, or write it to a file with `file_put_
12051205
+---+-----+------------------+---+----------+
12061206
```
12071207
Please note that this may produce sub-optimal results for situations such as:
1208+
12081209
- use of accents as combining characters rather than using pre-composed characters (may be handled by extending the class to override the `getString` or `strlen` methods)
12091210
- Fullwidth characters
12101211
- right-to-left characters (better display in a browser than a terminal on a non-RTL system)

0 commit comments

Comments
 (0)