# @ckeditor/ckeditor5-markdown-gfm

> GitHub Flavored Markdown data processor for CKEditor 5.

Latest version **48.5.1** (published 2026-09-16) · SEE LICENSE IN LICENSE.md license · 0 weekly downloads

## Install

```sh
npm install @ckeditor/ckeditor5-markdown-gfm
pnpm add @ckeditor/ckeditor5-markdown-gfm
yarn add @ckeditor/ckeditor5-markdown-gfm
bun add @ckeditor/ckeditor5-markdown-gfm
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; popular repo.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 48.5.1 |
| Published | 2026-09-16 |
| First published | 2017-01-19 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN LICENSE.md |
| TypeScript types | separate (@types/ckeditor__ckeditor5-markdown-gfm) |
| Module format | ESM + CommonJS |
| Dependencies | 16 |
| Unpacked size | 94.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10444 |
| Author | CKSource |
| Maintainers | ckeditor |
| Keywords | ckeditor, ckeditor5, ckeditor 5, ckeditor5-feature, ckeditor5-plugin |

## Links

- npm: https://www.npmjs.com/package/@ckeditor/ckeditor5-markdown-gfm
- Repository: https://github.com/ckeditor/ckeditor5
- Homepage: https://ckeditor.com/ckeditor-5
- Issues: https://github.com/ckeditor/ckeditor5/issues
- npm.io page: https://npm.io/package/@ckeditor/ckeditor5-markdown-gfm

## Dependencies (16)

- [unified](https://npm.io/package/unified.md) 11.0.5
- [hastscript](https://npm.io/package/hastscript.md) 9.0.1
- [remark-gfm](https://npm.io/package/remark-gfm.md) 4.0.1
- [remark-parse](https://npm.io/package/remark-parse.md) 11.0.0
- [rehype-remark](https://npm.io/package/rehype-remark.md) 10.0.1
- [remark-breaks](https://npm.io/package/remark-breaks.md) 4.0.0
- [remark-rehype](https://npm.io/package/remark-rehype.md) 11.1.2
- [rehype-dom-parse](https://npm.io/package/rehype-dom-parse.md) 5.0.2
- [remark-stringify](https://npm.io/package/remark-stringify.md) 11.0.0
- [unist-util-visit](https://npm.io/package/unist-util-visit.md) 5.0.0
- [hast-util-to-html](https://npm.io/package/hast-util-to-html.md) 9.0.5
- [hast-util-from-dom](https://npm.io/package/hast-util-from-dom.md) 5.0.1
- [rehype-dom-stringify](https://npm.io/package/rehype-dom-stringify.md) 4.0.2
- [@ckeditor/ckeditor5-core](https://npm.io/package/@ckeditor/ckeditor5-core.md) 48.5.1
- [@ckeditor/ckeditor5-engine](https://npm.io/package/@ckeditor/ckeditor5-engine.md) 48.5.1
- [@ckeditor/ckeditor5-clipboard](https://npm.io/package/@ckeditor/ckeditor5-clipboard.md) 48.5.1

## Alternatives

- [ext-list](https://npm.io/package/ext-list.md) — 6.3M weekly downloads
- [@lexical/selection](https://npm.io/package/@lexical/selection.md) — 3.8M weekly downloads
- [@lexical/text](https://npm.io/package/@lexical/text.md) — 3.6M weekly downloads
- [@lexical/clipboard](https://npm.io/package/@lexical/clipboard.md) — 3.0M weekly downloads
- [@tiptap/extension-mention](https://npm.io/package/@tiptap/extension-mention.md) — 3.0M weekly downloads

## Recent versions

- 48.5.1 (latest) — 2026-09-16
- 0.0.0-nightly-20260919.0 (nightly) — 2026-09-19
- 47.7.5-alpha.0 (alpha) — 2026-09-18
- 47.7.4 (staging) — 2026-09-16
- 0.0.0-nightly-next-20260907.0 (nightly-next) — 2026-09-07
- 0.0.0-internal-20260224.0 (internal) — 2026-02-24
- 38.0.0-rc.1 (rc) — 2023-05-16
- 0.0.0-nightly-20260918.0 — 2026-09-18
- 0.0.0-nightly-20260917.0 — 2026-09-17
- 0.0.0-nightly-20260916.0 — 2026-09-16
- 0.0.0-nightly-20260915.0 — 2026-09-15
- 0.0.0-nightly-20260914.0 — 2026-09-14
- 0.0.0-nightly-20260913.0 — 2026-09-13
- 0.0.0-nightly-20260912.0 — 2026-09-12
- 0.0.0-nightly-20260911.0 — 2026-09-11
- … 1827 more at https://npm.io/package/@ckeditor/ckeditor5-markdown-gfm/versions

## README

GitHub Flavored Markdown support for CKEditor&nbsp;5
===============================================

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-markdown-gfm.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-markdown-gfm)
[![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)

This package implements the GitHub Flavored Markdown data processor for CKEditor&nbsp;5.

## Installation

This plugin is part of the `ckeditor5` package. Install the whole package to use it.

```bash
npm install ckeditor5
```

## Create free account

If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).

## Demo

Check out the [demo in the Markdown output feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/markdown.html#demo) to see the editor configured to input and output Markdown code. Use the [demo in the Paste Markdown feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-markdown.html#demo) to try out experimental pasting Markdown-formatted content straight into the editor.

## Documentation

See the [`@ckeditor/ckeditor5-markdown-gfm` package](https://ckeditor.com/docs/ckeditor5/latest/api/markdown-gfm.html) page as well as the [Markdown output](https://ckeditor.com/docs/ckeditor5/latest/features/markdown.html) and [Paste Markdown](https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-markdown.html) in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).


## License

Licensed under a dual-license model, this software is available under:

* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
* or commercial license terms from CKSource Holding sp. z o.o.

For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).

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