scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.84k stars 1.05k forks source link

scaladoc: Can the dependency on jackson-dataformat-yaml be removed in favor of flexmark? #11759

Open smarter opened 3 years ago

smarter commented 3 years ago

Currently, scaladoc depends on both jackson for yaml processing and flexmark for markdown processing. Since flexmark also supports yaml I was wondering if we could use that to avoid depending on jackson.

abgruszecki commented 3 years ago

/cc @romanowski

I guess we should come back to this after the release.

romanowski commented 3 years ago

jackson is used to parse sidebar.yaml.

I think this fill will go away sometime soon, so then we can remove jackson