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

Adding 'list_bullets' feature #102

Closed naokazuterada closed 6 years ago

naokazuterada commented 6 years ago

Hi @jonasbn , I added a new feature 'list_bullets' due to #41.

Could you review README?

Thank you.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.06%) to 92.115% when pulling c3b8bcf7b60952652467236e644ed649efc3ac8b on list-bullets into 3443ab541c19b8fad78ce406fc4ab22f9942b9e0 on master.

codecov[bot] commented 6 years ago

Codecov Report

Merging #102 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage   92.05%   92.11%   +0.05%     
==========================================
  Files           1        1              
  Lines         277      279       +2     
==========================================
+ Hits          255      257       +2     
  Misses         22       22
Impacted Files Coverage Δ
MarkdownTOC.py 92.11% <100%> (+0.05%) :arrow_up:

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 3443ab5...c3b8bcf. Read the comment docs.

naokazuterada commented 6 years ago

@jonasbn Thank you! 👍