kjdev / hoextdown

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

Update is_atxheader to use the parse_inline_attributes function. #41

Closed NEricN closed 7 years ago

NEricN commented 7 years ago

This fixes a case where using the activation char for attributes would not work inside a header, because the function uses its own { checking.

codecov-io commented 7 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.03%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage    62.5%   62.54%   +0.03%     
==========================================
  Files          14       14              
  Lines        3881     3882       +1     
  Branches     1043     1042       -1     
==========================================
+ Hits         2426     2428       +2     
  Misses       1023     1023              
+ Partials      432      431       -1
Impacted Files Coverage Δ
src/document.c 73.17% <100%> (+0.06%) :white_check_mark:

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 33f85fe...5d2e255. Read the comment docs.

kjdev commented 7 years ago

Thanks.