(Misskey) update mfm hashtag regex
This commit is contained in:
parent
e346245484
commit
1327ad01ce
|
@ -1668,7 +1668,7 @@ object MisskeyMarkdownDecoder {
|
|||
})
|
||||
|
||||
// Hashtag
|
||||
val reHashtag = Pattern.compile("""\A#([^#\s.,!?]+)""")
|
||||
val reHashtag = Pattern.compile("""\A#([^\s.,!?#:]+)""")
|
||||
val reDigitsOnly = Pattern.compile("""\A\d*\z""")
|
||||
addParser("#", {
|
||||
|
||||
|
|
Loading…
Reference in New Issue