Commit 87ff2709 authored by Himanshu Kapoor's avatar Himanshu Kapoor Committed by Enrique Alcántara

Link to the current version of tiptap in the comment

parent 87b4bb69
......@@ -16,7 +16,7 @@ export const extractHrefFromMarkdownLink = (match) => {
* tiptap markInputRule expectation of having the content as
* the last capture group in the match.
*
* https://github.com/ueberdosis/tiptap/blob/main/packages/core/src/inputRules/markInputRule.ts#L11
* https://github.com/ueberdosis/tiptap/blob/%40tiptap/core%402.0.0-beta.75/packages/core/src/inputRules/markInputRule.ts#L11
*/
match.pop();
return extractHrefFromMatch(match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment