feat: image and link parser (#1744)

* feat: image and link parser

* chore: update
This commit is contained in:
boojack
2023-05-26 08:43:37 +08:00
committed by GitHub
parent 523ef2bba5
commit dbc85fe7e4
8 changed files with 252 additions and 18 deletions

View File

@ -28,7 +28,11 @@ func TestTokenize(t *testing.T) {
},
{
Type: Text,
Value: "world!",
Value: "world",
},
{
Type: ExclamationMark,
Value: "!",
},
},
},