entangled / entangled.py

Python port of Entangled
Apache License 2.0
33 stars 7 forks source link

Allow file= and id tag in same codeblock #46

Closed jhidding closed 2 months ago

jhidding commented 2 months ago
          I have the same issue, running Entangled 2.0.3. The error only occurs on code blocks with a block identifier. However there is no problem when the filename is already used in another block without blockid.

This causes an error

``` {.rust #blockid file=world.rust}
...

but this works
...

and this also works
...

some text

...


_Originally posted by @RaFortunat in https://github.com/entangled/entangled.py/issues/42#issuecomment-2191435588_