Open
Description
The mdbook
tool supports code blocks like:
```rust
But also ones like
```rust,editable
You typically use ,editable
to get line numbers on the code block (but it also makes the code editable in-line).
The latter kind are not supported by mdslides
currently - the language goes though as rust,editable
which is not supported by highlight.js.
We could try and patch mdbook
to make all code blocks editable by default, or we should patch mdslides
to strip ,editable
from any code blocks.
Metadata
Metadata
Assignees
Labels
No labels
Activity