Markdown is a plain-text file format.
(Markdown是一种纯文本文件格式。)
The extensions .md
and .markdown
are just text files written in Markdown syntax. (扩展名.md
和.markdown
只是用Markdown语法编写的文本文件。)
If you have a Readme.md
in your repo, GitHub will show the contents on the home page of your repo. (如果您的Readme.md
中有Readme.md
,GitHub将在您的Readme.md
上显示内容。)
Read the documentation: (阅读文档:)
You can edit the Readme.md
file in GitHub itself.
(您可以在GitHub中编辑Readme.md
文件。)
Click on Readme.md, you will find an edit button. (单击Readme.md,您将找到一个编辑按钮。)
You can preview your changes and even commit them from there. (您可以预览更改,甚至可以从那里提交更改。)
Since it is a text file, Notepad or Notepad++ (Windows), TextEdit (Mac) or any other text editor can be used to edit and modify it.
(由于它是文本文件,因此可以使用Notepad或Notepad ++(Windows),TextEdit(Mac)或任何其他文本编辑器进行编辑和修改。)
Specialized editors exist that automatically parse the markdown as you type it and generate a preview, while others apply various syntax coloring and decorations to the displayed text. (存在专门的编辑器,在您键入时自动解析降价并生成预览,而其他编辑器会对显示的文本应用各种语法着色和装饰。)
In both cases though, the saved file is still a readable text file. (但在这两种情况下,保存的文件仍然是可读的文本文件。)
If you want to create an md
file with preview and if you prefer not to install any special editors, you can use online editors like dillinger.io and stackedit.io .
(如果要创建带预览的md
文件,如果不想安装任何特殊编辑器,可以使用dillinger.io和stackedit.io等在线编辑器。)
They provide live preview. (它们提供实时预览。)
You can also export your files to Google Drive or Dropbox . (您还可以将文件导出到Google云端硬盘或Dropbox 。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…