Skip to content

Commit

Permalink
feat(parser): recognize Jira blocks (#24)
Browse files Browse the repository at this point in the history
* feat(parser): recognize Jira blocks

* feat: stringify
  • Loading branch information
P0lip authored Mar 5, 2020
1 parent d4e4a87 commit 5b23408
Show file tree
Hide file tree
Showing 8 changed files with 717 additions and 4 deletions.
27 changes: 27 additions & 0 deletions src/__tests__/__fixtures__/jira.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# @stoplight/markdown

[![Maintainability](https://api.codeclimate.com/v1/badges/751d2319d7d0fd68d8c9/maintainability)](https://codeclimate.com/github/stoplightio/markdown/maintainability)

Useful functions when working with Markdown. Leverages the Unified / Remark ecosystem under the hood.

- Explore the interfaces: [TSDoc](https://stoplightio.github.io/markdown)
- View the changelog: [Releases](https://github.com/stoplightio/markdown/releases)

### Installation

Supported in modern browsers and node.

[block:code]
yarn add @stoplight/markdown
[/block]

```bash
# latest stable
yarn add @stoplight/markdown
```

[block:image]
{
"images": {}
}
[/block]
Loading

0 comments on commit 5b23408

Please sign in to comment.