Backslash escape mfm #65

Open
opened 2025-02-07 15:39:26 +00:00 by leah · 0 comments
Owner

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?

  • Yes, I will implement this by myself and send a pull request
### 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? - [ ] Yes, I will implement this by myself and send a pull request
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: woem.men/forkey#65
No description provided.