ardumont / markdown-toc

Generate a TOC in markdown file
GNU General Public License v3.0
127 stars 102 forks source link

fix : toc-style #50

Closed liuyinz closed 3 years ago

liuyinz commented 3 years ago

Can we make this format as default ?

<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->

**Table of Contents**
...

When I use formatter like pretty to format md files , it always insert a space line between the start and title, of course I could set (setq markdown-toc-header-toc-title "\n**index of table**") to solve issue. I guess others may has this trouble too

liuyinz commented 3 years ago

In #30 , although I don't have such problem, I truly think it's better to insert space line, for format purpose.