-
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
will be transformed into this:
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?
lautarodragan, EllyLoel, xplosionmind and andiechuxplosionmindxplosionmind
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request

