Releases: RayOffiah/asciidoctor-external-callout-js
Releases · RayOffiah/asciidoctor-external-callout-js
Release 1.2.2
Release 1.2.1
Fixed so that nested source blocks are detected.
Release 1.2.0
Adding a role of [calloutlist] to an ordered list will cause it to be styled as a callout list.
Release 1.1.4
Maintenance release
release 1.1.1
Added check to make sure you can't use @0 as a token.
First release
Extension will allow blocks to separate source listing from ordered list of callouts.
Added roles to source listing and generated callout list.
Allow intermediate blocks between source list and ordered list with callout items.
Pre-release
- Ordered lists were only processes if they occurred directly beneath a source listing block. This turns out to be quite restrictive, and doesn't follow Asciidoc's stance on processing standard callouts, which allows for intermediate blocks to separate the source list from the attached callout list.
The processor will now allow intermediate blocks to separate the source listing from the ordered list containing callouts. - Fixed a few spelling mistakes and a code line where I was picking up a formatted item, rather than a raw item.
Public beta release
Beta5 Public Release
Antora support
Rearranged code to make it easier to support Antora.
Beta release
Beta release for testing.
Code complete. Testing edge cases.