cannot allow/skip unsupported highlighting languages #2819
Labels
enhancement
Improved functionality
good first issue
Easier issue for first time contributors
help wanted
Contributions are especially encouraged
Users can author code blocks in the docs, which might not be supported by typedoc. This is still a valid use case, because it can be used with
typedoc-plugin-markdown
, which will write the language-ID as-is to the markdown, to be highlighted by something other thanshiki
(for examplemkdocs
).Search terms
highlight
language
add
ignore
Expected Behavior
Perhaps adding an option like
ignoreLanguages
next to the existinghighlightLanguages
, to allow using these other languages. Forshiki
, it would remain unhighlighted.Actual Behavior
Without such flag, users are not able to set the correct language-ID, and are blocked from using other systems/markdown plugins.
The text was updated successfully, but these errors were encountered: