https://github.com/jser/textlint-plugin-jser-markdown
JSer.infoの記事フォーマットをtextlintで処理しやすいように変換するProcessor Plugin.
https://github.com/jser/textlint-plugin-jser-markdown
Last synced: 5 months ago
JSON representation
JSer.infoの記事フォーマットをtextlintで処理しやすいように変換するProcessor Plugin.
- Host: GitHub
- URL: https://github.com/jser/textlint-plugin-jser-markdown
- Owner: jser
- License: mit
- Created: 2015-11-21T05:58:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T23:58:44.000Z (over 2 years ago)
- Last Synced: 2025-09-21T02:27:32.848Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# textlint-plugin-jser-markdown
JSer.infoの記事フォーマットを[textlint](https://github.com/azu/textlint "textlint")で処理しやすいように変換するProcessor Plugin.
## Installation
npm install textlint-plugin-jser-markdown
## Usage
```js
{
"plugins": [
"jser-markdown"
]
}
```
## Note
JSer.infoの記事フォーマットを[textlint](https://github.com/azu/textlint "textlint")で処理しやすいように変換するProcessor Plugin.
```
----
## 6to5 · Turn ES6+ code into readable vanilla ES5
[6to5.org/](https://6to5.org/ "6to5 · Turn ES6+ code into readable vanilla ES5")
包含的にES6のコードをES5に変換する6to5の公式サイトリニューアル。
JSXやFlowとか多くの部分に対応、polyfill出来るところは外部のpolyfillを読み込み対応、可読性が高いコードを吐くようになっている。
----
````
という内容を、以下のような形に変換します。
```
----
[6to5.org/](https://6to5.org/ "6to5 · Turn ES6+ code into readable vanilla ES5")
包含的にES6のコードをES5に変換する6to5の公式サイトリニューアル。
JSXやFlowとか多くの部分に対応、polyfill出来るところは外部のpolyfillを読み込み対応、可読性が高いコードを吐くようになっている。
----
````
- Headerがそのままだと多くのルールで誤爆する(ここはサイトタイトルなので自分で書く場所ではない)
- HTMLは邪魔(大抵のルールは無視するはず)
## Tests
npm test
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
MIT