forked from asciidoctor/sublimetext-asciidoc
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add repository badges to README and create new tagged release.
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
ST4-Asciidoctor v0.1.1 | ||
====================== | ||
|
||
Changes to the package... | ||
|
||
|
||
User Guide | ||
---------- | ||
|
||
ST4-Asciidoctor has now an online user guide: | ||
|
||
- <https://tajmone.github.io/ST4-Asciidoctor> | ||
|
||
You can quickly access the guide via the Sublime Text menu: | ||
|
||
Preferences > Package Settings > Asciidoctor > User Guide | ||
|
||
|
||
Snippets | ||
-------- | ||
|
||
- "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 |