@mmcodemark/message-parser
v0.31.22
Published
Rocket.Chat parser for messages
Downloads
10
Keywords
Readme
@mmcodemark/message-parser
Rocket.Chat parser for messages
Description
Rocket.Chat grammar with the purpose of parsing the messages of the rocket chat, converting text to an AST tree.
The grammar provides support for markdown, mentions and emojis.
Supported markup
- quotes
- bold/italic/strike
- ordered lists
- unordered lists
- task lists
- phone numbers
- mentions
- emoji
- colors
- URI's
- mentions users/channels
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues.
Whenever you find a grammar-related bug, start by inserting the test case.
We are open to other tags/markups, as long as they don't generate unexpected behavior.
Observations and known issues
- Nested lists are unsupported
URL
rule doesn't allow whitespace,(
, or)