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
I agree it'd be useful for inline monospace and code blocks to have the same support for highlighting. We probably should take a look at some extensions to Markdown that support that sort of syntax.
@abgruszecki Scala3doc currently supports the following Markdown syntax for code blocks :
Can you please validate that Scala3doc does also support the following two Markdown syntaxes (see discussion in PR #10953) ?
{.scala}
, for instance :{.scala}
, for instance :Goal: display the same Scala syntax hightlighting both in code blocks and in verbatim texts.
The text was updated successfully, but these errors were encountered: