Shows the rendered HTML of the AsciiDoc content in current editor.
Toggle the preview pane, which appears to the right of the editor, by using the key combination ctrl-shift-a or cmd-shift-a.
It is currently enabled for .adoc
, .asciidoc
, .ad
, .asc
, .adoc.txt
, .txt
files.
Note: since 1.0.0, the auto-completions have been migrated to a dedicate package: autocomplete-asciidoc.
This package use Asciidoctor.js.
PATH
.More options are available :
You can install this module from the command-line by typing apm install asciidoc-preview
.
Thanks to @kevinsawicki for inspiration markdown-preview.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.