1.12.3 #31
verhas
announced in
Announcements
1.12.3
#31
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Various bugfixes and dependency version updates.
Sorting macro is available in the snippet library, developed by Michael
the macro
definehas options for all the different "define" types, like pure, verbatim etc.Originally these can be reached using special characters, which are less verbose, but cryptic.
The old syntax is still usable,but not recommended.
filemacro in snippet package now has formatting placeholdersbareNakedandnakedNas well asextensionsandextensionNwith the possibleNvalues being 1,2,3,4, and 5.the macro
countercan save its actual value using->.This is a shortcut to a series of macros.
The asciidoctor preprocessor caches the result of the last run and executes Jamal only when the input changes.
It also takes the included and imported files into account.
a bug in the core of the processing engine that caused in some rare cases over indexing exception
the environment variable
JAMAL_DEV_PATHnow can point to a file instead of containing the replacements directlyMacros reading and writing a file can go through a hook that the embedding application can provide.
It is used by the asciidoctor implementation to list all the files read during the processing.
Jamal mock library is implemented, that can be used to mock some macro for user defined macro testing
A warning is given when a macro is defined in a scope, but it is not used
Macro
forsupports the aliasessep andsubsep`In addition to the special characters in the macro
define, the behaviour can also be altered using options.the option
RestrictedDefineParametersis now available for thedefinemacro, to restrict parameter names to be identifiersThis discussion was created from the release 1.12.3.
Beta Was this translation helpful? Give feedback.
All reactions