-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preserve + in number:[] #930
Labels
enhancement
New feature or request
Comments
Will automatically populate if "+" detected in number, and will pass on as formatting flag to Plurimath. |
4 tasks
opoudjis
added a commit
to metanorma/isodoc
that referenced
this issue
Sep 24, 2024
Loading
Loading status checks…
opoudjis
added a commit
to metanorma/metanorma.org
that referenced
this issue
Sep 24, 2024
Loading
Loading status checks…
opoudjis
added a commit
to metanorma/metanorma.org
that referenced
this issue
Sep 24, 2024
Loading
Loading status checks…
ronaldtse
pushed a commit
to metanorma/metanorma.org
that referenced
this issue
Oct 13, 2024
ronaldtse
pushed a commit
to metanorma/metanorma.org
that referenced
this issue
Oct 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
number:[] parses its target into e notation. But sometimes, numbers have optional
+
prefixed, to contrast with a-
; that is currently being lost when we parse the target. We will need to override the parse to put it back, and to render it in Plurimath localisation.The text was updated successfully, but these errors were encountered: