From: Szabolcs H. <szh...@gm...> - 2015-02-06 18:33:09
|
Hello, I am (indirectly) using Python Markdown with the codehilite extension. When writing markdown compatible with this processor, is there a way to specify the highlighting language for a code block contained within a list? Take for example, ---- 1. List element one 2. List element two has a code block <some> "code" here() ---- When the code block is not in a list, I can use ```langspec <some> "code" here() ``` but the ``` doesn't seem to be allowed within lists. Is there a workaround? I don't expect that there will be, but I thought I'd ask, just in case. -- Szabolcs |