Is there any MediaWiki extension that supports inline syntax highlighting? (i.e. with support for code snippets embedded within regular text paragraphs)
I currently use SyntaxHighlight GeSHi, but I'm not sure it supports inline highlighting.
You can add enclose="none"
to your <source>
tag:
There is <source lang="mylanguage" enclose="none">inline code</source> in this paragraph.