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

Add `link_prefix` parameter #108

Closed naokazuterada closed 7 years ago

naokazuterada commented 7 years ago

Hi @jonasbn, I added new parameter link_prefix. Please review it.

Changes


BTW, I'm also working on these issues. These contain some breaking changes. So I'm planning to release those as version 3. I will need your help a lot on it too.

Thank you for your help! :wave:

codecov[bot] commented 7 years ago

Codecov Report

Merging #108 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   93.25%   93.31%   +0.06%     
==========================================
  Files           1        1              
  Lines         326      329       +3     
==========================================
+ Hits          304      307       +3     
  Misses         22       22
Impacted Files Coverage Δ
MarkdownTOC.py 93.31% <100%> (+0.06%) :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 09ec4d8...285c7ba. Read the comment docs.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.06%) to 93.313% when pulling 285c7baeb0f7907df10c177750158218b71e324e on link-prefix into 09ec4d8fb7f237583db23c736402f79a73e07e7a on master.

jonasbn commented 7 years ago

Sounds good with a new major release, I am ready to be of assistance

naokazuterada commented 7 years ago

@jonasbn Thank you for reviewing.