-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't working
Description
We should prevent that while still allowing like in parenthesis for example.
Examples:
input (in text mode):
msg parser bug: **Subtitel:** Nahtlos
titel:11
expected:
[
{
"t": "Text",
"c": "msg parser bug: **Subtitel:** Nahtlos"
}
][
{
"t": "Text",
"c": "titel:11"
}
]actual:
[
{
"t": "Text",
"c": "msg parser bug: **Subti"
},
{
"t": "Link",
"c": {
"destination": {
"target": "tel:**",
"scheme": "tel"
}
}
},
{
"t": "Text",
"c": " Nahtlos"
}
][
{
"t": "Text",
"c": "ti"
},
{
"t": "Link",
"c": {
"destination": {
"target": "tel:11",
"scheme": "tel"
}
}
}
]Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working