I am new to markdown, and I am wondering if it is possible to highlight a specific line of a block of source code, as described on this page.
http://en.support.wordpress.com/code/posting-source-code/
Thanks in advance for your answers,
Edit: To be more clear, with the wordpress plugin you can write something like this:
[code highlight="2,3"]
This line won't be highlighted.
This line will be highlighted.
This line will be highlighted.
This line won't be highlighted.
[/code]
But obviously this is not markdown syntax.
source
share