itdoxy-lab/modules/markup/markdown
wxiaoguang 6130522aa8
Refactor markup rendering to accept general "protocol:" prefix (#29276)
Follow #29024

Major changes:

* refactor validLinksPattern to fullURLPattern and add comments, now it
accepts "protocol:" prefix
* rename `IsLink*` to `IsFullURL*`, and remove unnecessray "mailto:"
check
* fix some comments (by the way)
* rename EmojiShortCodeRegex -> emojiShortCodeRegex (by the way)
2024-02-21 10:08:08 +00:00
..
math
ast.go Add alert blocks in markdown (#29121) 2024-02-10 18:43:09 +00:00
convertyaml.go
goldmark.go Refactor markup rendering to accept general "protocol:" prefix (#29276) 2024-02-21 10:08:08 +00:00
markdown.go Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
markdown_test.go Strip `/` from relative links (#28932) 2024-01-27 11:36:01 +08:00
meta.go
meta_test.go
renderconfig.go
renderconfig_test.go
toc.go Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00