Skip to content

Releases: RayOffiah/asciidoctor-external-callout-js

Release 1.2.2

06 May 09:42
2f366e9

Choose a tag to compare

Fixed issue: #6

Release 1.2.1

20 Oct 04:15

Choose a tag to compare

Fixed so that nested source blocks are detected.

Release 1.2.0

30 Jul 16:00
19711c5

Choose a tag to compare

Adding a role of [calloutlist] to an ordered list will cause it to be styled as a callout list.

Release 1.1.4

17 Jul 12:23

Choose a tag to compare

Maintenance release

release 1.1.1

12 Jul 13:19

Choose a tag to compare

Added check to make sure you can't use @0 as a token.

First release

16 Jun 05:04

Choose a tag to compare

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.

11 Jun 12:00

Choose a tag to compare

  • 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

08 Jun 05:37

Choose a tag to compare

Public beta release Pre-release
Pre-release

Beta5 Public Release

Antora support

04 Jun 16:02

Choose a tag to compare

Antora support Pre-release
Pre-release

Rearranged code to make it easier to support Antora.

Beta release

04 Jun 11:35

Choose a tag to compare

Beta release Pre-release
Pre-release

Beta release for testing.

Code complete. Testing edge cases.