Share via

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?

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.


1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,836 Reputation points Microsoft External Staff
    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.

    Was this answer helpful?


Your answer

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