Markdown
Markdown

Overview

A collection of helpers for working with markdown files.

npm versionnpm downloadsBundlephobia

Installation

# npm
npm i --save @weser/markdown

# yarn
yarn add @weser/markdown

# pnpm
pnpm add @weser/markdown

Motivation

Every time I find myself working with markdown, be it for documentation, blog posts, or even just for simple text formatting, I always end up writing the same boilerplate code. That's why I created this package to help me work with markdown in a more convenient way.

Benefits

This package provides a set of utilities to help you work with markdown in a more convenient way.
It helps with extracting a table of contents and getting some stats on your markdown files.

On this page