Releases: asciidoctor/brackets-asciidoc-preview
Releases · asciidoctor/brackets-asciidoc-preview
2.1.0
- Asciidoctor.js 2.0.2 (Asciidoctor 2.0.6) and Opal 0.11.99.dev
- Highlight.js 9.15.6
- Mathjax 2.7.5
- Small changes to labels in settings dialog
- README updated
- Code formatting with "Prettier"
2.0.0
- Asciidoctor.js 1.5.9 and Opal 0.11.99.dev
- Fix MathJax CDN and update to 2.7.2
- Highlight.js 9.12.0
- Font Awesome 4.7.0
- Obsolete workaround for asciidoctor/asciidoctor.js#173 removed.
- Build process does not use Bower anymore
1.2.5
Support "subs" attribute for PlantUML diagram blocks (fixes #35)
1.2.4
- Fix page anchors when saving exported HTML.
- Use correct horizontal scrollbar height in outline view.
- Workaround for missing mutable string methods in Opal (ignore :tabsize: in preview).
- Support for custom extensions, scripts, themes, and css.
- Font Awesome 4.6.0
1.2.3
Fix possible lock-up because of endless loop during rendering
1.2.2
- Improved mapping of preview location to source line numbers and vice versa.
- Defer calculation of preview positon until all images have been loaded.
1.2.1
- Avoid jerking/flickering of preview pane during editing (as long as MathJax is disabled or is not rendering anything).
- Navigation within preview pane (cross-references, toc) now working.
1.2.0
- Exported HTML generated in temporary folder now has its base directory set to the original source directory in order to properly access all web assets.
- Page anchors now working in exported document
- Versions of Grunt and other tools updated
nerk.asciidoc-preview-1.2.0.zip
1.1.9
- Asciidoctor 1.5.4
- Font Awesome 4.4.0
- Latest MathJax is always used automatically.
- Fixed a bug with incorrect rendering of DITAA blocks.
- Automatic fallback to highlight.js source highlighter
if document header attribute is 'coderay' or 'pygments'.
- Generate HTML in temporary directory instead of document source directory
- Use asciidoctor/codemirror-asciidoc for highlighting
1.1.8
- Rendering STEM if attribute stem is defined, even if it has no value
- Removed extra logging to console