Skip to content

Commit 9fdb5f2

Browse files
committed
fix(mddoc): support empty markdown lines
Signed-off-by: Kevin O'Donnell <kevin@blockchaintp.com>
1 parent de75c48 commit 9fdb5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/mddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# ------------------------------------------------------------------------------
1616

1717
# shellcheck disable=SC1090
18-
grep '^\s*## @md' "$1" | sed -e 's/^\s*## @md \s*//'
18+
grep '^\s*## @md' "$1" | sed -e 's/^\s*## @md\s*//'

0 commit comments

Comments
 (0)