What file uses .md extension and how should I edit them?

前端 未结 16 792
甜味超标
甜味超标 2020-12-22 14:34

On GitHub, several projects have README.md files. It seems like a simple format file to express text and pictures.

I guess there is an editor or syntax

16条回答
  •  死守一世寂寞
    2020-12-22 14:48

    If you are creating .md files for your .NET solutions I recommend the Visual Studio 2015 extension Markdown Editor as it has a preview panel so you can see your changes in real time.

    EDIT: This also should now work with Visual Studio 2017.

提交回复
热议问题