Browse Source

Merge aa7675939c into b4a9b659ef

pull/789/merge
dasa376 1 month ago
committed by GitHub
parent
commit
877a575aa8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/development.md

2
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.mjs) and [emoji](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/replace.mjs) - 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?

Loading…
Cancel
Save