alanwalk / markdown-toc

MarkdownTOC(Table Of Contents) Plugin for Visual Studio Code.
MIT License
141 stars 111 forks source link

Support trailing # #9

Closed MarioSchwalbe closed 7 years ago

MarioSchwalbe commented 7 years ago

Hi,

would it be possible to also support header lines with trailing slashes (alternate syntax)?

I skipped the pull request, because it's just a single line of code in MarkdownTocTools.prototype.getHeaderList:

var title = lineText.substr(depth).trim();
title = title.replace(/\#*$/, "").trim();                                                                   

Thanks.

alanwalk commented 7 years ago

Thank you for your advice. You can update to last.