Skip to content

flex-development/docmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

docmark

github release npm codecov module type: esm license conventional commits typescript vitest yarn

Comment parser with support for markdown, positional info, and concrete tokens.

Contents

What is this?

TODO: what is this?

When should I use this?

TODO: when should I use this?

Install

This package is ESM only.

In Node.js (version 20+) with yarn:

yarn add @flex-development/docmark
See 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>

Use

TODO: use

API

TODO: api

Extensions

List of extensions

TODO: list of extensions

Extension

TODO: Extension

Extending docdown

TODO: extending docdown

Creating a docmark extension

TODO: creating a docmark extension

Architecture

Overview

TODO: overview

Preprocess

TODO: preprocess

Parse

TODO: parse

Postprocess

TODO: postprocess

Examples

Directives

TODO: directives

GitHub flavored markdown (GFM)

TODO: github flavored markdown (gfm)

Math

TODO: math

Syntax tree

TODO: syntax tree

Docdown

CommonMark

TODO: commonmark

Grammar

TODO: grammar

Project

Version

docmark adheres to semver.

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.

Sponsor

Consider sponsoring to support maintenance, tests, and long-term stability!

Origin

TODO: origin

Releases

No releases published

Sponsor this project

 

Packages

No packages published