# markdown-to-confluence

> convert markdown to confluence markup

Latest version **1.3.4** (published 2018-01-12) · ISC license · 103 weekly downloads

## Install

```sh
npm install markdown-to-confluence
pnpm add markdown-to-confluence
yarn add markdown-to-confluence
bun add markdown-to-confluence
```

Provides the command `markdown2confluence`.

## 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.3.4 |
| Published | 2018-01-12 |
| First published | 2018-01-11 |
| Weekly downloads | 103 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 (+3 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 445 |
| Author | ft |
| Maintainers | garyyeap |
| Keywords | markdown, confluence, markup, convert |

## Links

- npm: https://www.npmjs.com/package/markdown-to-confluence
- Repository: https://github.com/chunpu/markdown2confluence
- Homepage: https://github.com/garyyeap/markdown2confluence
- Issues: https://github.com/garyyeap/markdown2confluence/issues
- npm.io page: https://npm.io/package/markdown-to-confluence

## Dependencies (7)

- [jade](https://npm.io/package/jade.md) ^1.11.0
- [marked](https://npm.io/package/marked.md) ^0.3.2
- [min-qs](https://npm.io/package/min-qs.md) ^1.3.0
- [webpack](https://npm.io/package/webpack.md) ^1.14.0
- [min-util](https://npm.io/package/min-util.md) ^2.3.0
- [jade-gist](https://npm.io/package/jade-gist.md) ^1.0.3
- [raw-loader](https://npm.io/package/raw-loader.md) ^0.5.1

## Alternatives

- [@mdxeditor/editor](https://npm.io/package/@mdxeditor/editor.md) — 962.4K weekly downloads
- [mmdb-lib](https://npm.io/package/mmdb-lib.md) — 680.9K weekly downloads
- [playcanvas](https://npm.io/package/playcanvas.md) — 36.2K weekly downloads
- [@glw907/cairn-cms](https://npm.io/package/@glw907/cairn-cms.md) — 967 weekly downloads
- [@zappar/sharing](https://npm.io/package/@zappar/sharing.md) — 16 weekly downloads

## Recent versions

- 1.3.4 (latest) — 2018-01-12
- 1.3.3 — 2018-01-11
- 1.3.2 — 2018-01-11
- 1.3.1 — 2018-01-11
- 1.3.0 — 2018-01-11

## README

markdown2confluence
===

[![Build status][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]
[![Dependency Status][david-image]][david-url]

[npm-image]: https://img.shields.io/npm/v/markdown2confluence.svg?style=flat-square
[npm-url]: https://npmjs.org/package/markdown2confluence
[downloads-image]: http://img.shields.io/npm/dm/markdown2confluence.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/markdown2confluence
[david-image]: http://img.shields.io/david/chunpu/markdown2confluence.svg?style=flat-square
[david-url]: https://david-dm.org/chunpu/markdown2confluence


convert markdown to confluence markup

Installation
---

```sh
npm i markdown2confluence -g
```

Usage
---

```sh
markdown2confluence markdown.md
```

or

Try in browser <http://chunpu.github.io/markdown2confluence/browser/>

Document
---

[Confluence Wiki Markup](https://confluence.atlassian.com/display/CONF42/Confluence+Wiki+Markup)

![demo preview](./preview.png)

License
---

[![License][license-image]][license-url]

[travis-image]: https://img.shields.io/travis/chunpu/markdown2confluence.svg?style=flat-square
[travis-url]: https://travis-ci.org/chunpu/markdown2confluence
[license-image]: http://img.shields.io/npm/l/markdown2confluence.svg?style=flat-square
[license-url]: #

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