-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
13211 allow inline math text #13214
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
13211 allow inline math text #13214
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-3.3 #13214 +/- ##
===========================================
Coverage 92.45% 92.45%
===========================================
Files 315 315
Lines 20169 20169
===========================================
Hits 18647 18647
Misses 1522 1522 |
"add missing whitespace"
* support multi-line strings * restore `inline: true`
5795c2e
to
c05ce5a
Compare
@mosc9575, thanks for the initial implementation. I fixed the remaining issues and refactored the implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* add math inline support * adapt examples and tests and add metainformation * fixing lint issues * "add missing whitespace" * Refactor and improve the implementation * support multi-line strings * restore `inline: true` * Update unit tests * Use structural equality in unit tests * Add release notes --------- Co-authored-by: Mateusz Paprocki <mattpap@gmail.com>
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is the initial version to allow inline math text. The visual appearance is not touched. The main idea is to add the workaround
\text{...}
to any not math section in a string which contains math.Kindly asking for some feedback.