mdcss icon indicating copy to clipboard operation
mdcss copied to clipboard

More robust comment parsing?

Open davidhund opened this issue 9 years ago • 0 comments

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?

davidhund avatar Sep 28 '16 11:09 davidhund