We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, supported formats are markdown, asciidoc, restructuredtext. Would it be possible to support inserting image into typst (.typ) file?
Embedding an image into a Typst file can be achieved with the text:
#image("8bbd2b7a-d166-4856-eaf6-a89fbcf23cb6.svg", width:100%)
The text was updated successfully, but these errors were encountered:
Hi @davidleejy! I'm happy to review a PR to add typist support but it's not likely something I'll add on my own.
Sorry, something went wrong.
No branches or pull requests
Currently, supported formats are markdown, asciidoc, restructuredtext. Would it be possible to support inserting image into typst (.typ) file?
Embedding an image into a Typst file can be achieved with the text:
#image("8bbd2b7a-d166-4856-eaf6-a89fbcf23cb6.svg", width:100%)
The text was updated successfully, but these errors were encountered: