@flex-development/docmark-util-combine-extensions
v1.0.0-alpha.15
Published
docmark utility to combine extensions
Maintainers
Readme
docmark-util-combine-extensions
docmark utility to combine extensions.
Contents
What is this?
This package can merge multiple syntax extensions into one.
When should I use this?
This package is useful when building docmark extensions.
Install
This package is ESM only.
In Node.js with yarn:
yarn add @flex-development/docmark-util-combine-extensionsIn Deno with esm.sh:
import { combineExtensions } from 'https://esm.sh/@flex-development/docmark-util-combine-extensions'In browsers with esm.sh:
<script type="module">
import { combineExtensions } from 'https://esm.sh/@flex-development/docmark-util-combine-extensions'
</script>Use
TODO: use
API
TODO: api
Types
This package is fully typed with TypeScript.
Contribute
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.
