naokazuterada / MarkdownTOC

SublimeText3 plugin which generate a table of contents (TOC) in a markdown document.
https://packagecontrol.io/packages/MarkdownTOC
MIT License
301 stars 48 forks source link

Added tip on using MarkdownTOC in conjunction with Markdownlint (Node) #134

Closed jonasbn closed 5 years ago

jonasbn commented 5 years ago

Hi @naokazuterada

I have added a tip to the documentation on how to configure Markdownlint (Node implementation), in conjunction with MarkdownTOC.

It provides a basic configuration dealing with violations of the best practices suggested by Markdownlint out of the box and get the two to play well together with a little configuration to Markdownlint.

I am pondering doing a tip on how to configure MarkdownTOC to adhere to the Markdownlint recommendations, so you can use either tip depending on your preferences.

codecov[bot] commented 5 years ago

Codecov Report

Merging #134 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #134   +/-   ##
=======================================
  Coverage   90.44%   90.44%           
=======================================
  Files           8        8           
  Lines         408      408           
=======================================
  Hits          369      369           
  Misses         39       39

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8ac53f9...07f1c42. Read the comment docs.

naokazuterada commented 5 years ago

@jonasbn Great job! thank you!