Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/kokonect-link/mfm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Dec 18, 2023
2 parents 7afff31 + bb4a190 commit 1551b25
Show file tree
Hide file tree
Showing 26 changed files with 18 additions and 1,668 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_modules
.vscode

# app dir
built
temp

# Intelij-IDEA
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG_CHERRYPICK.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@

이 문서는 CherryPick에서의 사용을 상정한 변경 사항만 포함합니다.

## 0.24.0-cherrypick.4
출시일: 2023/12/18<br>
전체 변경 사항을 확인하려면, [CHANGELOG.md#0240](CHANGELOG.md#0240) 문서를 참고하십시오.

## NOTE
모듈이 npm을 통해 배포되도록 변경

## 0.24.0-cherrypick.3
출시일: 2023/12/18<br>
전체 변경 사항을 확인하려면, [CHANGELOG.md#0240](CHANGELOG.md#0240) 문서를 참고하십시오.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# mfm.js
An MFM parser implementation with TypeScript.
[Try it out!](https://runkit.com/npm/mfm-js)
[Try it out!](https://runkit.com/npm/cherrypick-mfm-js)

[![Test](https://github.com/kokonect-link/mfm.js/actions/workflows/test.yml/badge.svg)](https://github.com/kokonect-link/mfm.js/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/kokonect-link/mfm.js/branch/develop/graph/badge.svg?token=irAWFiHK8T)](https://codecov.io/gh/kokonect-link/mfm.js)

[![NPM](https://nodei.co/npm/mfm-js.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/mfm-js)
[![NPM](https://nodei.co/npm/cherrypick-mfm-js.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/cherrypick-mfm-js)

## Installation
```
npm i mfm-js
npm i cherrypick-mfm-js
```

## Usage
Expand Down
10 changes: 0 additions & 10 deletions built/api.d.ts

This file was deleted.

47 changes: 0 additions & 47 deletions built/api.js

This file was deleted.

4 changes: 0 additions & 4 deletions built/cli/misc/inputLine.d.ts

This file was deleted.

28 changes: 0 additions & 28 deletions built/cli/misc/inputLine.js

This file was deleted.

1 change: 0 additions & 1 deletion built/cli/parse.d.ts

This file was deleted.

77 changes: 0 additions & 77 deletions built/cli/parse.js

This file was deleted.

1 change: 0 additions & 1 deletion built/cli/parseSimple.d.ts

This file was deleted.

77 changes: 0 additions & 77 deletions built/cli/parseSimple.js

This file was deleted.

4 changes: 0 additions & 4 deletions built/index.d.ts

This file was deleted.

30 changes: 0 additions & 30 deletions built/index.js

This file was deleted.

38 changes: 0 additions & 38 deletions built/internal/core/index.d.ts

This file was deleted.

Loading

0 comments on commit 1551b25

Please sign in to comment.