jgm / djot.js

JavaScript implementation of djot
MIT License
141 stars 15 forks source link

Allow comment end with attribute end. #59

Closed gemmaro closed 1 year ago

gemmaro commented 1 year ago

This pull request allows a comment in an attribute end with an attribute end, as stated in the Djot syntax reference > Inline attributes.

% begins a comment, which ends with the next % or the end of the attribute (}).

jgm commented 1 year ago

Thanks!