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

Support ignore flag #468

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Conversation

DenisGorbachev
Copy link
Contributor

This input:

//! ```ignore
//! // If the code block has "ignore" flag, it is not processed, and the lines starting with "#" are not hidden
//! # // You can see me
//! ```

should result in this output:

```rust
// If the code block has "ignore" flag, it is not processed, and the lines starting with "#" are not hidden
# // You can see me

@msrd0
Copy link
Owner

msrd0 commented Jul 21, 2024

Thanks for your PR. Please remove all unrelated changes from this PR and only implement ignore flags and nothing else as part of this PR.

@DenisGorbachev
Copy link
Contributor Author

Done, it's clean now

@msrd0
Copy link
Owner

msrd0 commented Jul 21, 2024

Thanks

@msrd0 msrd0 enabled auto-merge (squash) July 21, 2024 19:57
@msrd0 msrd0 merged commit e643bd0 into msrd0:main Jul 21, 2024
4 checks passed
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