Comment parser with support for markdown, positional info, and concrete tokens.
- What is this?
- When should I use this?
- Install
- Use
- API
- Extensions
- Architecture
- Examples
- Docdown
- Project
TODO: what is this?
TODO: when should I use this?
This package is ESM only.
In Node.js (version 20+) with yarn:
yarn add @flex-development/docmarkSee Git - Protocols | Yarn for details regarding installing from Git.
In Deno with esm.sh:
import { docmark } from 'https://esm.sh/@flex-development/docmark'In browsers with esm.sh:
<script type="module">
import { docmark } from 'https://esm.sh/@flex-development/docmark'
</script>TODO: use
TODO: api
TODO: list of extensions
TODO: Extension
TODO: extending docdown
TODO: creating a docmark extension
TODO: overview
TODO: preprocess
TODO: parse
TODO: postprocess
TODO: directives
TODO: github flavored markdown (gfm)
TODO: math
TODO: syntax tree
TODO: commonmark
TODO: grammar
docmark adheres to semver.
See CONTRIBUTING.md.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
Consider sponsoring to support maintenance, tests, and long-term stability!
TODO: origin