0

I am very unfamiliar with Mark down and how to apply it to a web form project and I was hoping for some advice.

I have a basic text box, multiline and with this text box I want to be able to apply markdown such as bold or italic by means of typing it out. I added MarkdownSharp.dll as a reference in my project.

I was thinking then of adding a label to my form with which I would like to display the markdown in a web format.How would I go about in doing this,for example? Basdically it needs similar functionality to this text box I am writing in.

Regards

Arianule
  • 8,811
  • 45
  • 116
  • 174

1 Answers1

1

You can use the PageDown plugin. Which is based on the Markdown code used here in Stackoverflow.

Wim
  • 1,967
  • 11
  • 19