c# - Get raw text from markdown'ed text -


In my DB, I have a text that is Marktown i the same way, when display some fraction of the questions , Then I want to get the first letter of that lesson, i.e. all formatting should be removed. Of course, the MD -> HTML step should be avoided and the work should be done on the MD 'ad text. Performance is a necessity Thx

In my DB, I have a text that is below the mark. This is the case with SO when displaying the fraction, I would like to get the first letter of text, i.e. all formatting should be removed.

  • In this, we use the HTML-ized output version and just apply our standard HTML stripping algorithm.


  • Comments