Skip to content

v0.1.1

Compare
Choose a tag to compare
@tajmone tajmone released this 05 May 15:17
· 23 commits to master since this release

User Guide

ST4-Asciidoctor has now an online User Guide which can be accessed via the Sublime Text menu:

  • Preferences > Package Settings > Asciidoctor > User Guide

Snippets

Improved snippets and enforced consistent standards:

  • "Quote Block" renamed to "Quoted Block".
  • "Sidebar block": added sbar trigger.
  • Enforce consistent 78-characters length to all snippets that emit long block delimiters:
    • Comment Block
    • Example Block
    • Listing Block
    • Passthrough Block
    • Quoted Block
    • Sidebar Block
    • Table
  • Add missing selection preservation (via ${n:$SELECTION}) to all block elements that could benefit from it:
    • Example Block
    • Listing Block
    • Passthrough Block
    • Quoted Block
    • Sidebar Block