Skip to content

Commit

Permalink
Silence mdoc rendering for fail case (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Jan 17, 2024
1 parent 43f5010 commit fb0babd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cats.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ val mon: a.Monoid[Record] = implicitly[a.Monoid[Record]]
```
Semi-automatic derivation needs to be called explicitly.

```scala mdoc:fail
```scala mdoc:fail:silent
import magnolify.cats.semiauto._
import cats._

Expand Down

0 comments on commit fb0babd

Please sign in to comment.