Inline backtics code without moving to a new line
-
Hi everyone!
I’m trying to switch from Syntactic Highlighter Evolve to something better and niecier. Plus I’d like to have an ability to use Markdown ` symbols for coloring of inline code and code blocks.</p> <p>Enlighter does its work with code blocks (that are surroned with
`) very well but have problems with inline code.
The problem is that it moves the inline code to a new line just adding <p></p> or closing </p> between the previous text and the inline code:
<div class="entry-content"> <p>Next will be the inline code </p> <div class="enlighter-default enlighter-v-inline enlighter-t-enlighter enlighter-l-raw "><span class="enlighter"><span class="enlighter-text">this is inline code</span></span></div><code data-enlighter-language="raw" class="EnlighterJSRAW enlighter-origin">this is inline code</code>
How to fix this issue? I’d like to have my inline code inline with the rest of the text.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Inline backtics code without moving to a new line’ is closed to new replies.