Backslash escape mfm #65
Labels
No labels
bug
customization
duplicate
enhancement
feature parity
help wanted
high priority
invalid
low priority
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: woem.men/forkey#65
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Currently if you want to include the ] character inside of your mfm its a whole pain and must be done like this:
$[font.monospace you can escape it like this <plain>]</plain>aaa ]
I think this should work too:
$[font.monospace you can escape it like this \] aaa ]
Under the hood it could just convert back to the first case for compatibility
Purpose
Make it easier to escape mfm
Do you want to implement this feature yourself?