You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving a post, preceding space characters are automatically deleted. However, when using list elements a preceding space an essential part of the format. So, it is not possible to start posts with a normal or numbered list, because the formatting gets corrupted. The preview before saving looks fine.
The text was updated successfully, but these errors were encountered:
chris34
added a commit
to chris34/inyoka-pub
that referenced
this issue
Oct 12, 2024
Otherwise valid InyokaMarkup like
```
* a
* b
```
will be rendered wrong, as the space before `* a` is stripped.
The `validate_empty_text` validator of `StrippedCharField` assures
that still no empty content can be submitted.
Fixinyokaproject#1335
When saving a post, preceding space characters are automatically deleted. However, when using list elements a preceding space an essential part of the format. So, it is not possible to start posts with a normal or numbered list, because the formatting gets corrupted. The preview before saving looks fine.
The text was updated successfully, but these errors were encountered: