Girocco/Project.pm: use --strip-comments-lax-only for Markdown readme
commit5b4363e64d0501b060b19a17510fb6c935d17a43
authorKyle J. McKay <mackyle@gmail.com>
Thu, 18 Mar 2021 04:51:32 +0000 (17 21:51 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 18 Mar 2021 04:51:32 +0000 (17 21:51 -0700)
tree0bdf255df669649501d3a4116e55079bf3757eaa
parent4027f40b6800385824d3b332a2929a1788cf9be3
Girocco/Project.pm: use --strip-comments-lax-only for Markdown readme

Make use of the new --strip-comments-lax-only option to allow README
content that would otherwise be invalid XML to be accepted when the
only problem is that it contains a strictly invalid XML comment.

The solution simply strips any such invalid comments.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm