@himenon/md2jira
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@himenon/md2jira

Convert markdown text to jira format

Usage

Install

npm  install @himenon/md2jira
yarn add     @himenon/md2jira
pnpm install @himenon/md2jira

API

import Md2jira from "@himenon/md2jira";

const markdownText = `
**[v1.0.0](http://example.com)**

* feat: update new features (#1)
* chore: update linter (#12)
* style: eslint format (#123)
* docs: update readme (#1234)

`;

Md2jira.convert(markdownText);
// *[v1.0.0|http://example.com]*
//
// * feat: update new features (#1)
// * chore: update linter (#12)
// * style: eslint format (#123)
// * docs: update readme (#1234)

Release

  • Automatic version updates are performed when merged into the main branch.

LICENCE

@Himenon/md2jira・MIT

Readme

Keywords

Package Sidebar

Install

npm i @himenon/md2jira

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

58.2 kB

Total Files

27

Last publish

Collaborators

  • himenoglyph