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 explanation somewhere.
Where can I find an introduction to .md
files?
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 explanation somewhere.
Where can I find an introduction to .md
files?
Markdown is just a text file which optionally has
.md
, or.markdown
extensions. It can be converted to HTML. To know syntax of Markdown, Check outGitHub Flavored Markdown.
You can use any text editor for markdown. If you are
sublime text
user, you can check outMarkdown Preview
plugin which will display the rendered markdown content in browser and updates whenever you change the markdown file.Some of the online markdown editor
If you are looking for an editor, I suggest you use http://dillinger.io/. It is a simple browser-based text editor that can render Markdown on the fly.
However, if you prefer an app, and you are using OS X, you could try Mou. It is quite good and full of examples.
markable.in is a very nice online tool for editing Markdown syntax