@cloudflare/util-markdown

1.2.15 • Public • Published

cf-util-markdown

Cloudflare Markdown Util

This utility library is a simple interface that hides away the markdown implementation being used so that it can easily be swapped out for something else.

Installation

$ npm install cf-util-markdown

Usage

import markdown from 'cf-util-markdown';

markdown('# Hello World');
// >> <h1>Hello World</h1>

If for some crazy crazy crazy reason you need to stop the markdown from being sanitized you may do the following:

WARNING: Be extremely careful about XSS vulnerabilities when doing this!

markdown('<h1>Hello World</h1>', { __dangerouslyDontSanitizeMarkdown: true });

Readme

Keywords

none

Package Sidebar

Install

npm i @cloudflare/util-markdown

Weekly Downloads

5,083

Version

1.2.15

License

BSD-3-Clause

Unpacked Size

9.91 kB

Total Files

7

Last publish

Collaborators

  • lbarthonet
  • cf-media-manager
  • jacobbednarz
  • celso
  • cf-radar
  • dash_service_account
  • g4brym
  • snigdha34
  • wrangler-publisher
  • marksteyn
  • chiminator
  • sgoodhew_cf
  • terinjokes
  • third774
  • jsteinberger
  • jasnell
  • asapzacy
  • pcostanzo
  • gregbrimble
  • geelen
  • rexscaria
  • dcruz_cf
  • xuranwang
  • jculvey
  • sejoker
  • vasturiano
  • cf-ci-write
  • segments-write
  • thibmeu
  • xortive
  • gurjinder
  • cf-ci2
  • lvalenta
  • worenga