mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Visual Studio markdown engine #703
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dmitresso on GitHub (Nov 9, 2024).
Hello.
Visual Studio added markdown support in version 2022 release 17.5.
Changelog above tells decision was made based on the results of a vote on developer community forum (topic from 08.10.2018).
But I have not succeeded in finding out what engine is working under the hood, is it commonmark-compliant? GFM support? I think there is a high probability it's based on markdig but it's only suggestion.
@xoofx commented on GitHub (Nov 12, 2024):
I don't know the details, but the default Markdown Editor in VS is using Markdig (the assembly is in some sub folders in VS install)
I believe it might be a derived work from @MadsKristensen v1 version, which now has a v2 version with MarkdownEditor2022
@Dmitresso commented on GitHub (Nov 12, 2024):
I've just installed VS LTSC 17.4 + last MarkdownEditor2022 2.0.169 to compare with my VS 2022 17.10.3 default markdown editor.
There are
Microsoft.VisualStudio.Markdown.PlatformandMarkdownEditor2022in%temp%respectively.This is it at first glance on hierarchy.
@AmadeusW commented on GitHub (Dec 17, 2024):
Hi @Dmitresso I'm working on Markdown support in Visual Studio.
VS 17.12 uses
Markdig.Signedpackage version0.30.2We're using the following pipeline configuration