From cdbf06c21d3d43f0c24105e3b4e35e41af9faf1c Mon Sep 17 00:00:00 2001 From: Max Mulatz Date: Tue, 22 Feb 2022 09:43:52 +0100 Subject: [PATCH] Add mdast-util-from-adf to list of utilities This adds the mdast-util-from-adf package to the list of utilities in the readme (https://github.com/bitcrowd/mdast-util-from-adf). The mdast-util-from-adf package is a utility to build a mdast syntax tree from Atlassian Document format (ADF). ADF is a rich text format which Atlassian uses in most of its products (e.g. Jira, Confluence, etc.). See: https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/ ADF is "close" to Markdown but not 100%. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 216e844..57a5c43 100644 --- a/readme.md +++ b/readme.md @@ -1390,6 +1390,8 @@ See the [unist list of utilities][utilities] for more utilities. — Flatten listItem and (nested) paragraph into one listItem node * [`mdast-flatten-nested-lists`](https://gitlab.com/staltz/mdast-flatten-nested-lists) — Transforms a tree to avoid lists inside lists +* [`mdast-util-from-adf`](https://github.com/bitcrowd/mdast-util-from-adf) + — Build mdast sytax tree from Atlassian Document Format (ADF) * [`mdast-util-heading-range`](https://github.com/syntax-tree/mdast-util-heading-range) — Markdown heading as ranges * [`mdast-util-heading-style`](https://github.com/syntax-tree/mdast-util-heading-style)