What type of markdown proccessor does Visual Studio use?

Dmitresso 0 Reputation points
2024-11-08T13:55:53.88+00:00

Developers added markdown support in Visual Studio version 2022 release 17.5.

But what's under the hood?

Is it commonmark-compliant? GFM support? Is it based on markdig?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,245 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 31,511 Reputation points Microsoft Vendor
    2024-11-11T07:00:49.1366667+00:00

    Hello @Dmitresso ,

    Welcome to Microsoft Q&A forum.

    Previously, Mads created a markdown editor extension for Visual Studio 2022, as you can see, here, Markdown Editor v2.

    The description says:

    Powered by Markdig – the best markdown parser

    User's image

    Currently, as you know, native Markdown support had been added into Visual Studio 2022, since 17.5. Mads also mentioned this "new" feature in this thread: Add native Markdown support.

    So, probably, it(VS native markdown support) is also based on markdig. It’s a good idea to directly double confirm with him by asking on our Developer Community, if you have any further concerns.

    Happy coding!

    Sincerely,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.