You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to inline
{{< highlight emacs "linenos=inline" >}}(message "this highlight shortcode"){{< /highlight >}}.
But it is creating a paragraph break around it.
it renders to:
This issue is to request a feature addition to the highlight shortcode with a boolean attribute like inline, where if inline=true is set, it will render span tags instead of div tags and remove the pre tags.