Hi,
thanks for your useful tool!
AIFAICS, it is subject to the following bug: code spans contained in headings lead to errors and are discarded from the output, as shown by the following (non working) example (say test.md) :
# What are `.md` files? #
which, when processed as:
leads to the error:
sh: line 5: .md : command not found
and the following summarized_test.md output file:
#Summary
- [What are files?](#section-id-1)
<div id='section-id-1'/>
# What are `.md` files? #
Hi,
thanks for your useful tool!
AIFAICS, it is subject to the following bug: code spans contained in headings lead to errors and are discarded from the output, as shown by the following (non working) example (say
test.md) :# What are `.md` files? #which, when processed as:
leads to the error:
and the following
summarized_test.mdoutput file: