Skip to content

Commit 0263175

Browse files
authored
Update shdoc
1 parent bdb15a9 commit 0263175

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

shdoc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -731,13 +731,8 @@ in_description {
731731

732732
handle_description()
733733
} 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-
}
734+
debug("→ → in_description: literal [" $0 "] (keep spaces)")
735+
sub(/^[[:space:]]*#\|/, "")
741736
description = concat(description, $0)
742737
next
743738
} else {

0 commit comments

Comments
 (0)