Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Markdown files #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bveeramani
Copy link

@bveeramani bveeramani commented May 30, 2023

This PR adds support for MyST syntax like:

```{testcode} group
:skipif: True

print('ham')
```  

```{testoutput}
:options: +NORMALIZE_WHITESPACE

ham
```

Signed-off-by: Balaji Veeramani <[email protected]>
@bveeramani
Copy link
Author

Hey @Thisch, could you please take a look? If the high-level implementation looks good, I'll clean it up and add tests.

@twmr
Copy link
Owner

twmr commented Jun 30, 2024

Hey @bveeramani! Thx a lot for your contribution. Sry that it took me so long to review your change. Are you still interested in adding tests and cleaning up the change? If not, I'm going to merge this change and add test in a later commit.

@bveeramani
Copy link
Author

No worries! Unfortunately, I don't think I'll have time to clean up and add tests for this change :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants