Skip to content

v0.1.0 Initial Release

Compare
Choose a tag to compare
@neillrobson neillrobson released this 17 Jan 15:13
· 48 commits to main since this release
v0.1.0
8fc146c

Added

  • Side notes: [^ref] in the text with [^ref]: contents of note somewhere else in the Markdown.
  • Inline side notes: ^[contents of note] in the text.
  • Margin notes: [^ref]: {-} contents of note or ^[{-} contents of note]. Same as side note, but omits the reference number.
  • New-thought markers: ^^Happy families are all alike;^^ every unhappy family is unhappy in its own way. Renders the text surrounded by ^^ in small caps.
  • Automatic <section> breaks:
    • Entire text will be surrounded by at least one <section>
    • Each second-level heading will trigger a section split immediately above it
    • Each paragraph starting with a new-thought will trigger a section split immediately above it