JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 23944
  • Score
    100M100P100Q137739F
  • License MIT

Package Exports

  • md-utils-ts

Readme

md-utils-ts

Tiny markdown utility functions for Typescript.

Usage

See Implementation for details.

import * as md from "md-utils";

const boldText = md.bold("some text");
console.log(boldText); // "**some text**"