You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not modifying highlightLanguages, typedoc would issue a warning:
[warning] Code block with language text will not be highlighted in comment for ... as it was not included in the highlightLanguages option
Environment
Typedoc version: 0.26.1
Additional Context
This is only a request, since a user can always add text to highlightLanguages. However, since text is so common, I request considering adding it as default.
The text was updated successfully, but these errors were encountered:
Search terms
syntax highlighting
Expected Behavior
Since typedoc defaults code blocks to typescript, the plain text syntax highlighter should work out of the box.
Actual Behavior
If not modifying
highlightLanguages
, typedoc would issue a warning:Environment
Additional Context
This is only a request, since a user can always add
text
tohighlightLanguages
. However, sincetext
is so common, I request considering adding it as default.The text was updated successfully, but these errors were encountered: