Skip to content

Releases: asciidoctor/brackets-asciidoc-preview

2.1.0

20 Apr 19:40
Compare
Choose a tag to compare
  • 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

13 Dec 22:39
Compare
Choose a tag to compare
  • 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

07 Nov 18:07
Compare
Choose a tag to compare

Support "subs" attribute for PlantUML diagram blocks (fixes #35)

1.2.4

24 Sep 16:55
Compare
Choose a tag to compare
  • 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

09 May 08:17
Compare
Choose a tag to compare

Fix possible lock-up because of endless loop during rendering

1.2.2

06 May 15:12
Compare
Choose a tag to compare
  • 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

05 May 16:07
Compare
Choose a tag to compare
  • 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

13 Apr 17:26
Compare
Choose a tag to compare
  • 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

31 Jan 15:53
Compare
Choose a tag to compare
  • 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

23 Sep 18:05
Compare
Choose a tag to compare
  • Rendering STEM if attribute stem is defined, even if it has no value
  • Removed extra logging to console