The Pandoc manual says:
--no-highlightDisables syntax highlighting for code blocks and inlines, even when a language attribute is given.
This sounds like there should be syntax highlighting for inline code. But whenever I use Markdown inline code like
This is `print("Hello world")` inline code.
there is no syntax highlighting.