ASP.NET – Let WMD-Editor do not release HTML?

I have code similar to the following







It seems I don’t Need the name of the editor to work, but I need to use the name, so I can post the data. The problem is that I am not getting the text data entered by the user, but the html generated from the markdown editor. How do I set it up so that I get the user typing Normal raw html?

Change the output option from HTML to markdown.

It It looks like:

Attacklab.wmd_defaults = {
version: 1, output: "markdown", lineLength: 40, delayLoad: false
};

I have code similar to the following







It seems that I don’t need the name of the editor to work, but I need to use the name, so I can post the data. The problem is that I don’t get the text data entered by the user, but the html generated from the markdown editor. How do I set it so that I get the normal raw html typed by the user?

Change the output option from HTML to markdown.

It looks like:

< /p>

Attacklab.wmd_defaults = {
version: 1, output: "markdown", lineLength: 40, delayLoad: false
};

< /p>

Leave a Comment

Your email address will not be published.