Skip to content

Commit 70276c4

Browse files
authored
Update README.md
1 parent 1698074 commit 70276c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,7 @@ pre-formatted (and indented) text within fenced code blocks (`~~~` or ` ``` `).
485485
486486
It is possible to disable the trimming behavior by using `#|` as comment prefix, instead of just `# ` (as for annotations).
487487
`shdoc` will only consume the beginning of the line matching the regex `[ ]*#|` and leave the rest untouched.
488-
**Exception:** There is a simple detection if the line contains a table row definition (when it also ends with `|[ ]*`).
489-
In that case, only `[ ]*#` at the beginning will be consumed and the pipe will be left untouched.
488+
**Note:** This behaviour has implications for lines where tables are declared.
490489
491490
**Examples**
492491

0 commit comments

Comments
 (0)