Skip to content

Support extra code tags #9

Open
@jonathanpallant

Description

@jonathanpallant

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions