mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 08:38:27 -05:00
At the moment writing a mention similar to `@bob...hi` would have resulted in chat trying to find a user named `bob...hi` which would fail. This was due to the `replacements` rule not being present in the rules used to cook chat messages. We are still missing few default rules like: normalize, smartquotes, text_join, ... which don't seem to be necessary but could be added if we found a reason for. More info at: https://github.com/markdown-it/markdown-it/blob/e476f78bc3ea3576beb61bdc94322d0a6b2d85cc/lib/parser_core.js