invertase / docs.page

Instant Open Source docs with zero configuration.
https://docs.page
Apache License 2.0
467 stars 76 forks source link

Support for markdownlint control comments #166

Open JagandeepBrar opened 2 years ago

JagandeepBrar commented 2 years ago

Hello, loving docs.page so far and already using it for my project!

I do have one request which is to support markdownlint control comments such as:

<!-- markdownlint-disable -->

or

<!-- markdownlint-restore -->

While trying to utilize the Tabs component for example, this is useful to wrap the content of the inner TabItem content which gets linted/formatted and breaks markdown styling as it attempts to get HTML-formatted.

Currently when attempting to use these control comments you get a broken page (at least with docs.page/preview).

cabljac commented 2 years ago

This sounds interesting and useful, i'd need to look more into how to integrate this