Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 314 Bytes

File metadata and controls

7 lines (5 loc) · 314 Bytes

markdownsharp

Modified version of MarkdownSharp for C# with some minor additions:

  • Added a strikethrough regex converted to <del> HTML tag
  • Modified to detect hashtags from headers (headers should be with space before the text while hashtags shoudn't + hashtags don't have spaces)

See LICENSE for details.