v0.7.1
Fixed:
- only matching the first instance of
InlineCode
(#50, thanks @huettenhain); - normalize newlines after every line (#51, thanks @elebow and @rsrdesarrollo);
- trailing characters after reference definition.
Performance:
- small speed boost to
ParseToken.append_child
.