Markdown
Notes.
A practical guide to writing and keeping notes in Markdown.
A note can be a plain text file you understand, move, and keep. Learn the marks, try them yourself, and make a workflow that lasts.
Begin with the basicsA note changes as you write.
Start with plain text. Add three small pieces of structure and watch what happens.
Give a plain note some shape.
Change the source. Cindermark renders what you write here in your browser.
A field note
A useful idea can begin as one plain sentence.
Return to this later.
Read the CommonMark spec.
- 01
Make a heading. Add
#before “A field note”. - 02
Make a task. Add
- [ ]before “Return to this later”. - 03
Make a link. Try
[CommonMark](https://spec.commonmark.org/).
A reading index.
Find the page you need, then get back to your notes.
Use the ideas anywhere.
These guides explain Markdown and the files behind it. If you want to see one native approach, Ember Notes is made by the publisher of this site. Its editor is powered by the open-source Cindermark parser used in the exercise above.
Browse all guides