Ann
Results
2
comments of
Ann
You can override the rules (i use typescript). I took this function from "src/rules/link.js" in this project. ```html ``` ```js methods: { postRender(source: string) { const LINK_REGEX = /\[(.+?)\]\(((?:(http[s]?|ftp):\/{2})?[\w\/\-+?#=.:!%&]+)\)/g; return...
It works for me `**[Name](http://domain.com/)**`