Enable Support for Markdown
-
Hi
I’m currently using the Jetpack Markdown plugin to write my blog posts. So I write the code as it should be in markdown:
~~~powershell function Foo-Bar { } ~~~
This markdown code generates the following HTML5 compliant code, wrapping a code tag with a pre tag:
<pre><code class="powershell"> ... </code></pre>
Can you add support for this case:
– Correctly parsing the language inside the class attribute
– Parsing the pre and code tags (currently just one is parset)
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Enable Support for Markdown’ is closed to new replies.