Simple Markdown

The Markdown Antinote understands: headings with #, bold, italic, strikethrough, underline, and // to comment out a line.

Updated for v2.0

Simple Markdown

Design Intent: Antinote is not a markdown editor. Use these to create basic emphasis and divisions.
  • #, ##, ### - Create a heading
  • **bold**, *italic*, ~~strikethrough~~, __underline__
  • // - Comment out a line (comments will remove the line from checklists and calculations)
  • As of 2.0, there are keyboard shortcuts for markdown formatting (⌘B bold, ⌘I italic, ⌘U underline, ⇧⌘X strikethrough, ⇧⌘H cycle heading) — see Markdown Shortcuts.
  • ⌘ + / Toggle comment for current / selected line(s)