-
Notifications
You must be signed in to change notification settings - Fork 334
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
typst output doesn't process links from gt
#11932
Comments
Will look, since this is going through Quarto’s Typst-specific html table processing |
Oh, I thought it was going through HTML > AST > Typst. |
Note that the processing issue is not specific to Typst, also why I thought of the HTML table parsing to AST (or maybe a
|
I believe it is gt issue. The encoded part in > rawToChar(base64enc::base64decode("PGEgaHJlZj0iZ29vZ2xlLmNvbSI+Z29vZ2xlPC9hPg=="))
[1] "<a href=\"google.com\">google</a>" It should be This is a gt issue. |
And I think this is the same as what I found in there
|
For Typst only, it's HTML > juice html > AST > Typst, which is why I always get concerned when gt-Typst issues come up. (But I should test first.) |
Bug description
The link below works in the gt via RStudio, but typst somehow ignores the markdown output. Thanks for you time.
Steps to reproduce
Expected behavior
No response
Actual behavior
No response
Your environment
Windows Server 2016
Quarto check output
Quarto 1.6.40
The text was updated successfully, but these errors were encountered: