Skip to content

Add processing of inline code in Markdown #38

@sashaqred

Description

@sashaqred

Hi,

Recently I've tried writing some code with 11ty in markdown and faced with something unexpectable. With block code, everything works fine. But inline code is not.

This code
image

will be transformed into this:

image

Seems like inline code isn't processed at all. On block code result there are bunch of extra classes but on inline none of them.

As temporal fix I'm using HTML in markdown (<code class="language-">Some inline code with custom wrap</code>).

Is this a bug or my misconfiguration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions