Can anyone confirm that they have unordered lists working? I’ve tried +, -, and * and nothing is creating lists. It, instead, makes a single <p> block for all of them and puts them all in one displayed line. I did confirm that ### does indeed create an H3, though.
I’m using the WooThemes Houston P2 child theme, but the <p> was visible in the comment edit’s HTML, so it’s not likely the child theme ignoring it, I don’t think.
]]>I noticed that this plugin removes the ability to use WordPress to-do lists. Is there some way to avoid this?
Here is the syntax:
o Item one
o Item two
x An item that is done
o An item left to do
Thanks!
]]>It′s possible the plugin remove the images from a comment if WP is in a multisite mode?
It′s crazy only happend this to one user, I guess this plugin bould be the problem ??
Thanx for any help.
]]>Something very weird is happening on my P2 install after having tried this plugin.
I find myself unable to turn off markdown parsing!
What I did is: I tried both “Markdown on Save” and “Markdown for P2”, to see which one worked better for me.
Then suddenly, I noticed that I could not see the raw markdown version anymore when editing. After hitting “publish”, I would always see the full HTML, even in the edit window.
This worried me, so I disabled and deleted both extensions: this didn’t help, any markdown is still auto-converted into html.
In addition to that, the syntax isn’t transformed correctly.
# Something like this should give a H1 header
but it’s transformed into:
<ol>
<li>an ordered list</li>
</ol>
So I’m not sure if the problem is directly related with your plugin, or with “Markdown on Save”, but basically my usage of markdown is pretty much broken now ??
]]>Hello,
if your plugin manages Markdown for comments, it’s bette than Markdown on Save – well, without considering the output as MoS does manages this better than the Fortin’s plugin.