pawamoy / pawamoy/markdown-exec
feature: Ignore ranges
Open
@pawamoy is already working on this.
Since Jun 15, 2024.
feature
insiders
- Dominant language
- Python
- Stars
- 174
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
With a consequent block of lines to ignore, it's tedious to add a markdown-exec: hide comment to all these lines.
Describe the solution you'd like
Two new markers to mark the start and beginning of entire blocks to ignore:
```python exec="on"
# markdown-exec: hide-start
...
... # these lines won't be shown
...
# markdown-exec: hide-end
print("...")
```
Describe alternatives you've considered
/
Additional context
/
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.