forked from timlockridge/SublimeEvernote
-
Notifications
You must be signed in to change notification settings - Fork 104
Supported Markdown
Emanuele D'Osualdo edited this page Mar 2, 2014
·
8 revisions
Markdown basic is fully supported.
Fenced code blocks GitHub style are supported.
If a language is specified, pygments
is used to highlight the code.
GitHub checklist is supported:
- [ ] Unchecked
- [x] Checked
rendered using Evernote's built-in checkboxes.
The code [^ref]
puts a note marker in the text, [^ref]: note text
specifies the contents.
The footnotes are rendered in a <div>
element with title="footnotes"
and the footnotes
style applied to it.
Take extra care in not using prohibited elements (see here).
Evernote will complain if you use unsupported elements (such as <style>
) or unsupported attributes (such as class
or id
).