Example text
command "twitter" "tw" url="https://twitter.com/" {
match regexp="^@(?<username>[A-Za-z_]+)$" url="https://twitter.com/{username}" encoding="path"
default url="https://twitter.com/search?q={}" encoding="query"
}

If I remove the = from the string, it looks fine:

Example text
If I remove the
=from the string, it looks fine: