vote up 0 vote down star

I have just implemented WMD for my editor in an ASP.NET app. The problem is the preview doesn't show the formatted HTML but the markdown instead. So if I use the (surrounded by double stars markdown syntax) I get exactly that in the preview, when I was expecting to get the html version of it.

If I explicitly enter the html tags in the textarea the preview is fine.

What am I doing wrong?

flag

33% accept rate
and your code is? – Joel Coehoorn Aug 17 at 16:20

1 Answer

vote up 0 vote down

In the configuration section (location depends on the WMD version you use) there is a output attribute, which is probably set to markdown or something similar.
Change it to

output:"HTML"

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.