Skip to content
Snippets Groups Projects
Commit 80864d2a authored by syuilo's avatar syuilo
Browse files

chore: remove trailing spaces

parent 3d3032aa
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ An MFM parser implementation with PEG.js. ...@@ -3,7 +3,6 @@ An MFM parser implementation with PEG.js.
[Try it out!](https://runkit.com/npm/mfm-js) [Try it out!](https://runkit.com/npm/mfm-js)
[![Test](https://github.com/misskey-dev/mfm.js/actions/workflows/test.yml/badge.svg)](https://github.com/misskey-dev/mfm.js/actions/workflows/test.yml) [![Test](https://github.com/misskey-dev/mfm.js/actions/workflows/test.yml/badge.svg)](https://github.com/misskey-dev/mfm.js/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/misskey-dev/mfm.js/branch/develop/graph/badge.svg?token=irAWFiHK8T)](https://codecov.io/gh/misskey-dev/mfm.js) [![codecov](https://codecov.io/gh/misskey-dev/mfm.js/branch/develop/graph/badge.svg?token=irAWFiHK8T)](https://codecov.io/gh/misskey-dev/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/mfm-js.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/mfm-js)
...@@ -14,9 +13,9 @@ npm i mfm-js ...@@ -14,9 +13,9 @@ npm i mfm-js
``` ```
## Usage ## Usage
Please see [docs](./docs/index.md) for the detail. Please see [docs](./docs/index.md) for the detail.
TypeScript: TypeScript:
```ts ```ts
import * as mfm from 'mfm-js'; import * as mfm from 'mfm-js';
...@@ -69,4 +68,4 @@ npm run parse-plain ...@@ -69,4 +68,4 @@ npm run parse-plain
``` ```
## License ## License
This software is released under the [MIT License](LICENSE). This software is released under the [MIT License](LICENSE).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment