Inputting the following note in a memo and saving it will make the ui on mobile appear mangled up
This will give you the file name without the path. The (?<=/)[^/]+$ `pattern matches any character that is not a forward slash (/) one or more times, preceded by a forward slash. The (?<=) is a positive lookbehind assertion, which means that the pattern must be preceded by a forward slash. The $ anchor matches the end of the string.
Steps to reproduce
Enter the following text in a note and save
This will give you the file name without the path. The (?<=/)[^/]+$ `pattern matches any character that is not a forward slash (/) one or more times, preceded by a forward slash. The (?<=) is a positive lookbehind assertion, which means that the pattern must be preceded by a forward slash. The $ anchor matches the end of the string.
Describe the bug
Inputting the following note in a memo and saving it will make the ui on mobile appear mangled up
Steps to reproduce
Enter the following text in a note and save
The version of Memos you're using
0.21.0
Screenshots or additional context
No response