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

前端 未结 16 785
甜味超标
甜味超标 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 15:00

    Extension '.md' refers to Markdown files.

    If you don't want to install an app to read them in that format, you can simply use TextEdit or Xcode itself to open it on Mac.

    On any other OS, you should be able to open it using any text editor, though as expected, you will not see it in Markdown format.

提交回复
热议问题