<!-- Please provide a clear and concise description of the feature proposal and outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., *"I'm working on X and would like Y to be possible"*. If this is related to another GitHub issue, please link here too. --> Only regexp can be used as matchers for Transformers on @lexical/markdown <!-- A description of the alternative solutions or features you've considered, if any. --> The only way i've found is making very complex regexes, or instead very loose regexes and then matching on the replace function. <!-- Add any other context or screenshots about the feature request. -->