Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AyaMorisawa/YAMFM
Yet another MFM (Misskey Flavored Markdown) implementation
https://github.com/AyaMorisawa/YAMFM
markdown misskey parser
Last synced: 13 days ago
JSON representation
Yet another MFM (Misskey Flavored Markdown) implementation
- Host: GitHub
- URL: https://github.com/AyaMorisawa/YAMFM
- Owner: AyaMorisawa
- License: agpl-3.0
- Created: 2019-09-18T16:27:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T14:54:13.000Z (over 3 years ago)
- Last Synced: 2024-04-13T13:51:11.937Z (7 months ago)
- Topics: markdown, misskey, parser
- Language: TypeScript
- Size: 113 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YAMFM
Yet another MFM (Misskey Flavored Markdown) implementation.## License
YAMFM is licensed under the [AGPL-3.0](LICENSE).## Usage
See test code.## Todo
* [ ] Benchmark
* [ ] Publish at npm### Language
#### Block elements
* [ ] title
* [ ] quote
* [ ] search
* [ ] blockCode
* [ ] blockMath
* [ ] center#### Inline elements
* [x] big
* [x] bold
* [x] `**`
* [x] `__`
* [x] small
* [x] italic
* [x] `*`
* [x] `_`
* [x] ``
* [x] strike
* [x] motion
* [x] `(((`
* [x] ``
* [x] spin
* [x] jump
* [x] flip
* [x] inlineCode
* [x] inlineMath
* [ ] mention
* [ ] hashtag
* [ ] url
* [ ] link
* [x] emojiName
* [ ] emojiCode
* [x] text