simplistix / sybil

Automated testing for the examples in your documentation.

Home Page:https://sybil.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"skip" in MyST parser markdown documents

sscherfke opened this issue · comments

According to the sybil docs, you can skip exmamples with ; skip ....

According to the MyST parser docs, comments start with a %.

Consequently, MySt does not hide ; skip ... statements in the output.

I can work around the issue by subclassign the skip parser and setting my own regex that uses % instead of ;.

The inconsistency in Markdown "standards" and parsing is why I'll be sticking with ReST myself.
Anyway, thanks for the report, fixed in 443924a!