# render-commonmark

> **Note:** This is a fork of https://github.com/brianleroux/commonmark-str-to-html, the author of which seems unresponsive.

Latest version **1.0.2** (published 2015-10-16) · Apache2 license · 0 weekly downloads

## Install

```sh
npm install render-commonmark
pnpm add render-commonmark
yarn add render-commonmark
bun add render-commonmark
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2015-10-16 |
| First published | 2015-10-16 |
| Weekly downloads | 0 |
| License | Apache2 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Brian LeRoux |
| Maintainers | tomekwi |

## Links

- npm: https://www.npmjs.com/package/render-commonmark
- Repository: https://github.com/tomekwi/render-commonmark
- Homepage: https://github.com/tomekwi/render-commonmark#readme
- Issues: https://github.com/tomekwi/render-commonmark/issues
- npm.io page: https://npm.io/package/render-commonmark

## Dependencies (1)

- [commonmark](https://npm.io/package/commonmark.md) ^0.22.0

## Recent versions

- 1.0.2 (latest) — 2015-10-16
- 1.0.1 — 2015-10-16

## README

**Note:** This is a fork of https://github.com/brianleroux/commonmark-str-to-html, the author of which seems unresponsive.




![Build status](https://travis-ci.org/tomekwi/render-commonmark.svg)

# render-commonmark

## install

    npm i render-commonmark

### usage

    var toHTML = require('render-commonmark')

    console.log(toHTML('the *quick* brown _fox_'))

### contrib

this is a module that demonstrates authoring in es6 but publishing to npm as es5. its all very simple really:

- .npmignore ignores the source file `es6.js`
- .gitignore ignores the published file `es5.js`

compile by running `npm start` and run the tests using `npm test`.

---
_Source: https://npm.io/package/render-commonmark · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
