-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Context
In MyST, it can make sense to have "1 line fenced code block". It would for example allow sphinx-exercise users to write
```{exercise-end}```
instead of
```{exercise-end}
```
This would save some lines and improve the global readability in documents where there are tens of such directives.
Now, these 2 inputs give very different results (executablebooks/MyST-Parser#617 (comment)), which is kind of surprising for the users.
See executablebooks/MyST-Parser#617
Proposal
I'm wondering if there is a strong reason not to parse
```{exercise-end}```
as a fenced code block?
Tasks and updates
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request