You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: