v1.5
-
Added
\FancyVerbFormatInline
for customizing the formatting of inline
verbatim, such as\Verb
. This parallels\FancyVerbFormatLine
and
\FancyVerbFormatText
. -
Added line breaking option
breaknonspaceingroup
. Whencommandchars
is
used to allow macros within verbatim, this inserts breaks within groups
{...}
. -
Added
\FVExtraUnexpandedReadStarOArgMArgBVArg
to support reimplementation
of\mintinline
forminted
. -
Added
VerbEnv
environment, which is an environment variant of\Verb
.
This supports reimplementation of\mintinline
forminted
. -
breakbefore
andbreakafter
now support the escaped comma\,
(#15). -
Fixed unintended line breaks after hyphens under LuaTeX (#14).
-
Added documentation on Pandoc compatibility (#11).
-
Replaced
breakbeforegroup
withbreakbeforeinrun
, and replaced
breakaftergroup
withbreakafterinrun
. With the introduction of
breaknonspaceingroup
, "group
" is now reserved for referring to TeX
groups{...}
. -
Removed dependency on
ifthen
package. -
breakautoindent
now works correctly with Pygments output that treats
leading whitespace as a separate token or as part of a token.