jilu icon indicating copy to clipboard operation
jilu copied to clipboard

correctly parse custom configuration with nested HTML comments

Open JeanMertz opened this issue 4 years ago • 0 comments

While investigating https://github.com/rustic-games/jilu/issues/13, I noticed that the default template has nested HTML comments at line 68 and 84.

This causes the config parser to break If you copy this template verbatim into your CHANGELOG.md.

The parser should handle nested HTML comments by counting open/close comment markers, and only stop parsing once the root marker is closed.

JeanMertz avatar May 04 '20 07:05 JeanMertz