rustdoc: add unstable latex math markdown feature#156032
Draft
notriddle wants to merge 10 commits into
Draft
Conversation
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
May 10, 2026 05:47
f119050 to
1ec0b5c
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 26, 2026 22:27
1ec0b5c to
96ef2a5
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 27, 2026 21:20
28e58ab to
3b40693
Compare
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
2 times, most recently
from
June 28, 2026 00:51
0d523b2 to
99ae618
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 28, 2026 04:28
0ec1f06 to
7976140
Compare
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 28, 2026 04:34
7976140 to
d0f90f1
Compare
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 28, 2026 05:27
d0f90f1 to
fc7f2a3
Compare
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 28, 2026 07:48
468e54a to
b1f5fdf
Compare
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 28, 2026 07:55
b1f5fdf to
a9d7ca3
Compare
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 28, 2026 09:59
a9d7ca3 to
4733fd4
Compare
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
2 times, most recently
from
June 28, 2026 20:00
655e62a to
22446fe
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 29, 2026 01:13
22446fe to
846622f
Compare
This comment has been minimized.
This comment has been minimized.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
June 29, 2026 02:16
846622f to
bbc372d
Compare
This comment has been minimized.
This comment has been minimized.
This adds a flag to the doc context to track whether a rendering has a math span anywhere in the page. If so, it loads the resources needed for math, but otherwise it skips them. The math font, in particular, is about 200K, which is bigger than Fira Sans.
notriddle
force-pushed
the
rustdoc-texmath
branch
from
July 2, 2026 17:50
bbc372d to
73a933e
Compare
Contributor
|
☔ The latest upstream changes (presumably #158991) made this pull request unmergeable. Please resolve the merge conflicts by rebasing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Implement rust-lang/rfcs#3958