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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If I try to use "text" as language (which means no syntax-highlighting, but possibly other minted settings like font...) the build fails with :
(node:21052) UnhandledPromiseRejectionWarning: Error: Cannot tokenize plaintext at Object.codeToThemedTokens (/usr/home/hannes/tmp/node_modules/shiki/dist/highlighter.js:110:47)
A simple example would be to define \newmintinline[mono]{text}{} and then try to use \mono{FOOBAR}.
\newmintinline[mono]{text}{}
\mono{FOOBAR}
The text was updated successfully, but these errors were encountered:
8d6fc50
Thanks for reporting. Fixed in 1.3.0.
Sorry, something went wrong.
No branches or pull requests
If I try to use "text" as language (which means no syntax-highlighting, but possibly other minted settings like font...) the build fails with :
A simple example would be to define
\newmintinline[mono]{text}{}
and then try to use\mono{FOOBAR}
.The text was updated successfully, but these errors were encountered: