From aa7675939c2425785385e86893995dbe4c5f27a3 Mon Sep 17 00:00:00 2001 From: dasa376 <83995377+dasa376@users.noreply.github.com> Date: Sat, 29 May 2021 08:19:38 +0700 Subject: [PATCH] Update development.md --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 117b06c..d09294d 100644 --- a/docs/development.md +++ b/docs/development.md @@ -67,7 +67,7 @@ The result will be: `text` + `link_open` + `text` + `link_close` + `text`. See implementations of [linkify](https://github.com/markdown-it/markdown-it/blob/master/lib/rules_core/linkify.js) and [emoji](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/replace.js) - those do text token splits. __Note.__ Don't try to replace text with HTML markup! That's not secure. - + #### Why my inline rule is not executed?