Skip to content

Commit

Permalink
Merge pull request #749 from michaelvolz/patch-1
Browse files Browse the repository at this point in the history
Update Visual Studio editor link
  • Loading branch information
xoofx committed Nov 14, 2023
2 parents 7d40bc1 + 8e1e0b9 commit cce7284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can **try Markdig online** and compare it to other implementations on [babel

- **Very fast parser and html renderer** (no-regexp), very lightweight in terms of GC pressure. See benchmarks
- **Abstract Syntax Tree** with precise source code location for syntax tree, useful when building a Markdown editor.
- Checkout [MarkdownEditor for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/eaab33c3-437b-4918-8354-872dfe5d1bfe) powered by Markdig!
- Checkout [Markdown Editor v2 for Visual Studio 2022](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.MarkdownEditor2) powered by Markdig!
- Converter to **HTML**
- Passing more than **600+ tests** from the latest [CommonMark specs (0.30)](http://spec.commonmark.org/)
- Includes all the core elements of CommonMark:
Expand Down

0 comments on commit cce7284

Please sign in to comment.