scalameta / mdoc

Typechecked markdown documentation for Scala
https://scalameta.org/mdoc/
Apache License 2.0
394 stars 81 forks source link

refactor: Use normal dotty driver instead of interactive one #829

Closed tgodzik closed 8 months ago

tgodzik commented 8 months ago

This unblocks us to use plugins in markdown.

Quafadas commented 8 months ago

May I ask - does this mean "general" plugins in markdown?

In scalaJS, a mermaid plugin, for example?

tgodzik commented 8 months ago

If that can be added as a compiler plugin then yes. Though I am not super familiar how scalajs plugins work