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 :
The preview window is not meant to emulate the published styles. Rather, it's intended to present a preview of the content to assist with editing. This is by design. It also aims to make the best use of limited screen space. So, for example, you won't see functionality such as a sidebar TOC. The colors may also differ to better integrate with the Atom theme. If you want to customize the apparance of the preview, you can specify your own stylesheet in the settings.
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.