Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 567 Bytes

notes.md

File metadata and controls

11 lines (10 loc) · 567 Bytes

Markdown features

  • * for <em> and ** for <strong> - definitely
  • Leading # for <h1>, <h2> etc. - probably
  • _ and __ - definitely not, conflict with naked temp variables
  • link syntax, e.g. [Link text](Passage name) - maybe
  • Leading > for blockquotes - probably not
  • Leading * or - or numbers for lists - maybe
  • --- or ___ or *** for <hr> - probably for --- and ***, maybe for ___
  • code blocks (indented or fenced) - probably not
  • setext headings (one or more lines of text followed by --- or ===) - probably not