kjdev / hoextdown

Hoextdown is an extension to Hoedown
MIT License
23 stars 15 forks source link

Allow for header ID in case of special attribute. #35

Closed NEricN closed 7 years ago

NEricN commented 7 years ago

Previously, the special attribute would override the header ID extension. This change lets the two extensions play more nicely together. If the special attribute string has an ID, it would override the default header ID. If the special attribute string has no ID, then the default header ID is used if the extension is turned on.

codecov-io commented 7 years ago

Current coverage is 62.13% (diff: 87.50%)

Merging #35 into master will increase coverage by 0.03%

@@             master        #35   diff @@
==========================================
  Files            14         14          
  Lines          3860       3864     +4   
  Methods         255        255          
  Messages          0          0          
  Branches       1037       1039     +2   
==========================================
+ Hits           2397       2401     +4   
  Misses         1030       1030          
  Partials        433        433          

Powered by Codecov. Last update dddfca3...a5ce7fa

kjdev commented 7 years ago

Thanks.