Update dependency @unified-latex/unified-latex-util-parse to v1.7.1 #48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.2
->1.7.1
Release Notes
siefkenj/unified-latex (@unified-latex/unified-latex-util-parse)
v1.7.1
Compare Source
@unified-latex/unified-latex-types
\sysdelim
macros for rendering\systeme{}
macros with KaTeXv1.7.0
Compare Source
vite
. Should result in smaller bundles.{signature: "O{foo}"}
. The defaults are substituted in when expanding the macros with the optional arguments omitted.parse
, but never during aparseMinimal
, comments are modified to remove leading whitespace. Previously, modified comments would have their position information deleted. Position information is now preserved.)v1.6.1
Compare Source
VisitInfo
as an additional argument otmacroReplacers
andenvironmentReplacers
inunifiedLatexToHast
.unifiedLatexToHast
.minted
environment parses its contents as a verbatim.v1.6.0
Compare Source
signature
s. E.g., axxx: {signature: "e{^_}"}
will allow\xxx_{foo}^{bar}
and\xxx^{foo}_{bar}
to parse correctly.xxx: {signature: "ua"}
will allow\xxx YYYaBBB
to consumeYYY
leavingBBB
unconsumed.\\
macro when pretty printing (Issue #59)tsconfig.json
files to eachtest/
folder for more granular control of the typescript settings.v1.4.2
Compare Source
\newcommand{\x}{\begin{x}}
). This is accomplished by enabling caching in PEGjs."
ligature and\paragraph
and\subparagraph
to HTML conversion.v1.4.1
Compare Source
\\
was being parsed even if preceded by a space. (E.g.,\\[10pt]
and\\ [10pt]
) were parsed the same. Not allowing the space should more closely match expected behavior.v1.4.0
Compare Source
unified
is compiled in rather than left as an external dependency. This is needed becauseunified
is ESM-only).minted
andlistings
environments now accept optional arguments and parse their contents verbatim. This makes them much more efficient.Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.