An open API service indexing awesome lists of open source software.

https://github.com/scalameta/mdoc

Typechecked markdown documentation for Scala
https://github.com/scalameta/mdoc

Last synced: 7 months ago
JSON representation

Typechecked markdown documentation for Scala

Awesome Lists containing this project

README

          

# mdoc - typechecked markdown documentation for Scala

[![CI](https://github.com/scalameta/mdoc/actions/workflows/ci.yml/badge.svg)](https://github.com/scalameta/mdoc/actions/workflows/ci.yml)
[![Join the chat at https://gitter.im/scalameta/mdoc](https://badges.gitter.im/scalameta/mdoc.svg)](https://gitter.im/scalameta/mdoc)
![Maven Central](https://img.shields.io/maven-central/v/org.scalameta/mdoc_2.13)

mdoc is a markdown documentation tool for Scala inspired by
[tut](https://github.com/tpolecat/tut). Visit https://scalameta.org/mdoc to
learn more about mdoc.

## JDK compatibility
| JDK | Release |
| ---- | ---------------|
| 8 | Up to `v2.6.1` |
| 11+ | _latest_ |