Skip to content

Commit fb0babd

Browse files
author
Michel Davit
authored
Silence mdoc rendering for fail case (#901)
1 parent 43f5010 commit fb0babd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ val mon: a.Monoid[Record] = implicitly[a.Monoid[Record]]
3030
```
3131
Semi-automatic derivation needs to be called explicitly.
3232

33-
```scala mdoc:fail
33+
```scala mdoc:fail:silent
3434
import magnolify.cats.semiauto._
3535
import cats._
3636

0 commit comments

Comments
 (0)