We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1698074 commit 70276c4Copy full SHA for 70276c4
README.md
@@ -485,8 +485,7 @@ pre-formatted (and indented) text within fenced code blocks (`~~~` or ` ``` `).
485
486
It is possible to disable the trimming behavior by using `#|` as comment prefix, instead of just `# ` (as for annotations).
487
`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.
+**Note:** This behaviour has implications for lines where tables are declared.
490
491
**Examples**
492
0 commit comments