Syntax Highlighting With Markdown

I’m planning to make an app that will need to present codes so I will need highlighting different languages.

Is Markdown having such a solution? Like highlighting PHP codes different than C++?

I know github can do that but I have feeling that it have something cooked than "normal" markdown.

Anyone who knows can enlighten me.

TIA

Stefano

Markdown currently does not have syntax highlighting implemented but you can easily add it yourself: https://github.com/cebe/markdown/issues/44#issuecomment-40815068

Thanks CeBe!

I think I will go with this. Looks nice!