Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio markdown engine #824

Open
Dmitresso opened this issue Nov 9, 2024 · 2 comments
Open

Visual Studio markdown engine #824

Dmitresso opened this issue Nov 9, 2024 · 2 comments
Labels

Comments

@Dmitresso
Copy link

Dmitresso commented 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
Copy link
Owner

xoofx commented Nov 12, 2024

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.

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

@xoofx xoofx added the question label Nov 12, 2024
@Dmitresso
Copy link
Author

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.Platform and MarkdownEditor2022 in %localappdata% respectively.
This is it at first glance on hierarchy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants