We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb15a9 commit 0263175Copy full SHA for 0263175
shdoc
@@ -731,13 +731,8 @@ in_description {
731
732
handle_description()
733
} else if (match($0, /^[[:space:]]*#\|/)) {
734
- sub(/^[[:space:]]*#/, "")
735
- if (match($0, /^\|.*\|[[:space:]]*$/)){
736
- debug("→ → in_description: table row [" $0 "] (ignore |)")
737
- } else {
738
- sub(/^\|/, "")
739
- debug("→ → in_description: literal [" $0 "] (keep spaces)")
740
- }
+ debug("→ → in_description: literal [" $0 "] (keep spaces)")
+ sub(/^[[:space:]]*#\|/, "")
741
description = concat(description, $0)
742
next
743
} else {
0 commit comments