Skip to content
Emanuele D'Osualdo edited this page Mar 2, 2014 · 8 revisions

Markdown basic is fully supported.

Fenced code blocks

Fenced code blocks GitHub style are supported. If a language is specified, pygments is used to highlight the code.

Checkboxes

GitHub checklist is supported:

 - [ ] Unchecked
 - [x] Checked

rendered using Evernote's built-in checkboxes.

Footnotes

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.

Raw HTML

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).

Clone this wiki locally