jgm / djot

A light markup language
https://djot.net
MIT License
1.71k stars 43 forks source link

Should block attributes mark a div block delimiter as opening? #292

Open rauschma opened 6 months ago

rauschma commented 6 months ago

It’s a relatively rare case but it may make sense to support it:

:::

Outer

{.does-not-close-div-block}
:::
Nested
:::

:::
jgm commented 6 months ago

Not sure. A case could be made for it but it adds complexity.