ravenq / markdown-it-vue

The vue lib for markdown-it.
MIT License
347 stars 68 forks source link

toc and link conflict #19

Open askintution opened 4 years ago

askintution commented 4 years ago

fix markdown-it-github-toc:

  md.inline.ruler.after(
    'emphasis',
    'toc',

change

  md.inline.ruler.after(
    'link',
    'toc',