Problems with rustdoc integration (already set some assess model before) #649
Unanswered
obsoleszenz
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You must initialize the compiler exactly once. It is also inefficient if we do allow you initialize it repeatly. Edit: After reading it carefully, I think there is no obvious error in your code, I should investigate by running it in local to tell the reason. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey I'm currently trying to integrate typst into rustdocs, similar how it's already possible with katex (https://github.com/paulkernfeld/rustdoc-katex-demo).
I'm using this typst-headers.html:
The problem i'm getting is that, as soon as there's two different
<p>$...$</p>
on the page,$typst
seems to bail with the errorError: already set some assess model before
. Any ideas what the problem could be?Beta Was this translation helpful? Give feedback.
All reactions