Closed Wilfred closed 8 years ago
Given the markdown:
# Heading ## subheading
foo
baz
## another subheading
markdown-toc generates:
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-generate-toc again --> **Table of Contents** - [Heading](#heading) - [subheading](#subheading) - [bar](#bar) - [another subheading](#another-subheading) <!-- markdown-toc end -->
Right!
jrblevin/markdown-mode#40 will fix this issue!
Thanks!
:beers:
@Wilfred jrblevin/markdown-mode#40 had been merged. Please upgrade markdown-mode and try again.
Indeed it does! Thanks :)
Given the markdown:
foo
bar
baz
markdown-toc generates: