add whitespace
1 files changed, 1 insertions(+), 1 deletions(-) M bin/markdown_to_text
M bin/markdown_to_text +1 -1
@@ 2,7 2,7 @@ BEGIN { display = 1 } -/^```/ { display = !display; next} +/^```/ { display = !display; next } /^---/ { display = !display; next } display { print $0 }