mdoc
mdoc copied to clipboard
compile-only cannot be used in combination with reset
mdoc:compile-only:reset should be valid but it fails with
compile-only cannot be used in combination with reset
Same for mdoc:compile-only:nest.
https://github.com/scalameta/mdoc/blob/ddebf6268d7f3da00908d7adb29ffe2ce3faa457/mdoc/src/main/scala/mdoc/internal/markdown/FenceInput.scala#L80-L91
Thanks for reporting! I am not sure why it's disallowed actually. We might want to remove that condition, but we would probably need to add some tests.