Skip to content

Tags: scalameta/mdoc

Tags

v2.5.4

Toggle v2.5.4's commit message
bugfix: Remove additional whitespace from summary

The recent changes caused the spaces to no longer be removed properly due to the fact that we no longer operate on an actual value when printing one line summary.

I tried solving this multiple ways but:
- there is no sensible way to just copy any value
- using pprint.Tree as itnermediate representation doesn't work as those contain Iterator and are one use only

The easiest was to just replace newline with space and then deduplicate whitespace to save space on the online summary. This also makes it consistent across Scala 2 and 3

v2.5.3

Toggle v2.5.3's commit message
improvement: Also print nested arrays

v2.5.2

Toggle v2.5.2's commit message
refactor: Use normal dotty driver instead of interactive one

This unblocks us to use plugins in markdown.

v2.5.1

Toggle v2.5.1's commit message
improvement: Release interfaces with Java 8 compatibility

This allows us to use the newest version of mdoc in Metals, but we can still fall back to an older version behind the interfaces.

v2.5.0

Toggle v2.5.0's commit message
MarkdownPart: identify `mdoc` code fence modifier

v2.4.0

Toggle v2.4.0's commit message
chore: Bump Scala version to LTS version