Install the library, render your first document, see the AST.
The fastest path from zero to rendered HTML. By the end of this section you’ll have the library on your classpath and a working renderToHTML(...) call returning a string of HTML.
Pages
Installation— Add the library as an sbt dependency, an npm package, or check out the repo.
Quickstart— Render markdown to HTML, walk the AST, enable extensions — the three things every caller does.