1.12.6 #32
verhas
announced in
Announcements
1.12.6
#32
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Snippet library macro
directory
has the same formatting options asfile
macro.There are two new macros in the snippet library:
unicode
andnumbers
.The
snip:check
macro implements the optionswarning
anderror
.JShell handling improved. When there is no JShell it causes BadSyntax and thus can be handled using the macro
try
.When closing the processor exceptions are cleared not only when there are closers.
This was a bug causing the exceptions reappearing using the macros
sample
andoutput
.The handling of external files, like
res:
, andhttps:
were moved to services found using the service loader mechanism.Loading files from Maven artifacts was implementing this service.
The prog macro package is implemented giving imperative simple BASIC like programming capabilities.
The Asciidoc preprocessor for the IntelliJ Asciidoctor plugin supports the
prefixLog
option.This discussion was created from the release 1.12.6.
Beta Was this translation helpful? Give feedback.
All reactions