mdcss
mdcss copied to clipboard
More robust comment parsing?
Hey Jonathan,
Firstly: thank you for another neat tool. 🙌
A couple of times I've run into the fact that mdcss is quite picky regarding CSS comment structure/whitespace issues: example:html code blocks were not picked up or the comment was shown completely inline, etc.
Also: I've grown used to CSSDoc style CSS comments (where each line is preceded by *. This (of course) breaks the comment regexes you use.
Have you considered using a CSS comment parser such as DSS? It might make the comment parsing a bit more robust and allow us to continue using our preferred commenting style?