Escape of dots in list items #75
Loading…
Add table
Add a link
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?
When there are dots, following a number, as text in list items they must be escaped.
Found by an user of the nextcloud text app: https://github.com/nextcloud/text/issues/2480
E.g. consider this text:
Hello
which is based on this source code:
But using the WYSIWYG editor it emits this markdown:
which results in:
Hello
See also this example:

Attached patch should help.