mdoc icon indicating copy to clipboard operation
mdoc copied to clipboard

Typechecked markdown documentation for Scala

Results 73 mdoc issues
Sort by recently updated
recently updated
newest added

Updates [co.fs2:fs2-core](https://github.com/typelevel/fs2) from 3.2.9 to 3.2.10. [GitHub Release Notes](https://github.com/typelevel/fs2/releases/tag/v3.2.10) - [Version Diff](https://github.com/typelevel/fs2/compare/v3.2.9...v3.2.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

I have a code block that creates an error, but the long length of the error is a bit distracting. Is there a way to tell `mdoc` to clip the...

spree

Updates [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.12.1 to 1.12.2. [GitHub Release Notes](https://github.com/jhy/jsoup/releases/tag/1.12.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip...

Updates [com.vladsch.flexmark:flexmark-all](https://github.com/vsch/flexmark-java) from 0.62.2 to 0.64.0. [GitHub Release Notes](https://github.com/vsch/flexmark-java/releases/tag/0.64.0) - [Version Diff](https://github.com/vsch/flexmark-java/compare/0.62.2...0.64.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Seems that Docusaurus changed the deploy command in the 2.x series: https://docusaurus.io/docs/deployment#deploy It would be great if this plugin could handle both implementations. Running it for sites generated in Docusaurus...

**sbt:** 1.6.1 **sbt-mdoc:** 2.2.4 ### The issue sbt dropped `TrapExit` mechanism in 1.6.0 release (https://github.com/sbt/sbt/pull/6665), hence any exception thrown by mdoc terminates unforked JVM. The output of `docs/mdoc` command: ```...

Scala.js 1.10.0 added `ModuleSplitStyle.SmallModulesFor` to enable fast, iterative development of Scala.js apps. > The typical usage pattern is to list the application’s packages as argument. This way, often-changing classes receive...

Serializing this [Discord discussion](https://discord.com/channels/632642981228314653/632652717138903062/947605619643412570). Linking to https://github.com/scala-native/scala-native/issues/2529. I initially asked if it would be possible to support running Scala.js in Node.js for a (static) output more similar to JVM (as...

Prior to 2.3.1, Mdoc.js was using a deprecated SJS API which explicitly wrote out an empty file if the list of produced JS modules is empty: https://github.com/scala-js/scala-js/blob/main/linker-interface/shared/src/main/scala/org/scalajs/linker/interface/ReportToLinkerOutputAdapter.scala#L51-L53 This can happen...

bug

I have reported a similar issue to the `PPrint` library here: https://github.com/com-lihaoyi/PPrint/issues/78 I am using scala 2.13.8 on Ubuntu 21.04, writing code in Sublime Text 3 with the LSP and...