- Fix an error caused by incorrectly accessing the workspace folder (issue #191)
- Fix
preview.attributes
description.
- Add
preview.style
option to set preview stylesheet in settings
- Add
preview.attributes
option to set preview attributes in the user/workspace settings - Overhaul README
- Fix an error from 2.5.1 that caused all syntax highlighting to fail
- Change remaining Markdown-named variables/modules to AsciiDoc
- Improve automated building/packaging script
- Fix contrained literal (`) or closing single typographic quote (`') bug when used inside typographic quotes (e.g. "`busy `'till tomorrow`" would create a recursive match)
- Add syntax highlight for closing single typographic quote (`')
- Repaired preview.useEditorStyle option
- Improved the editor-style css to match the default one used by asciidoctor
- Fix missing highlight for single character constrained inlines (e.g. *a*)
- Fix errors with the preview security setting
- Fix an error with jsonValidation (thanks to @shaneknysh shane.knysh@gmail.com)
- Fix descriptions still using "Markdown" instead of "AsciiDoc" (thanks to @ygra joey@muhkuhsaft.de)
- Update preview to ascidoctor.js v1.5.9 (thanks to @Mogztter ggrossetie@gmail.com)
- Fix encoding errors (thanks to @mojavelinux dan.j.allen@gmail.com)
- Fix plantUML preview from multiple files and folders (thanks to @Dimeiza dimeiza@hotmail.com)
- Highlight fenced source blocks (Markdown-like syntax) in the editor
- Add snippets for general attribute and tagged block
- Temporary fix for transparent side toc (
:toc: left
,:toc: right
)
- Add option to use asciidoctor-pdf instead of wkhtmltopdf
- Fix pdf paths with single quotes not opening from the notification after exportAsPDF
- Fix documents with apostrophe in path not rendering with manual command
- Add option to use editor or default style in preview
- Snippets
- Use theme background on preview (thanks to matteo.campinoti94@gmail.com)
- Broken links on diagrams in preview (asciidoc.use_asciidoctor_js: false), closes #142
- YAML syntax file, improved inline syntax detection, automated building (thanks to matteo.campinoti94@gmail.com)
- fixes typos in Description for AsciiDoc.forceUnixStyleSeparator (thanks to ccb012100)
- diagram (specifically plantUML) support in asciidoctor.js (closes #105)