kjdev / hoextdown

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

Move header attribute parsing before inline parsing #22

Closed jasharpe closed 8 years ago

jasharpe commented 8 years ago

Move header attribute parsing before inline parsing. This prevents the attributes from being passed to the normal text callback and taken back later. The old way meant that a normal text callback was required to echo the text more or less unchanged in order for attributes to be parsed correctly.

kjdev commented 8 years ago

Thanks.