simplistix/sybil

Add support for the `code` MyST directive

adamtheturtle opened this issue · 1 comments

Sybil supports:

```{code-block} python
x = 1 + 1
```

in MyST but not:

```{code} python
x = 1 + 1
```

code is documented at https://mystmd.org/guide/code#code-blocks