0

So I have been making presentations and projects using Rmarkdown and Jupyter Notebooks. This is great because I can breakdown parts as needed and run code a section at a time. Now my projets require cpp, and I have been using Visual Studio 2019, in the new project folder I have been unable to find a way markdown option. I did find this link: https://stackoverflow.com/questions/889434/markdown-implementations-for-c-c?r=SearchResults&s=1|64.2071

However most of these are quite old answers, and those that are still being updated seem to be for Visual Studio CODE not VS2019.

Lizzy
  • 29
  • 6
  • The linked question talks about C++ libraries for writing markdown, Your IDE (Visual Studio or Visual Studio Code) is irrelevant here. – Alejandro Aug 23 '21 at 20:39
  • VS2019 has an optional markdown extension that's compatible with github's markdown. It recognizes .md files as markdowns. It's pretty well featured. – doug Aug 23 '21 at 21:19
  • @doug is it Markdown Editor by Mads Kristensen? – Lizzy Aug 23 '21 at 22:28
  • Yep, that's the one. I've found it quite useful. You can export html from it too. – doug Aug 24 '21 at 01:41

0 Answers0