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
{{ message }}
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
The editor currently stores empty blocks. I'm not sure if that is always desirable. While I understand to tension to not mess with the author's intensions, it doesn't make sense to keep empty paragraphs from a semantical point in my eyes. At least, not for closing empty paragraphs (even more if there was a placeholder for adding new blocks, see #30).
The text was updated successfully, but these errors were encountered:
Empty paragraphs are omitted in Markdown, for example, because there's no concrete rules for where paragraphs start and end. If I have 9 blank lines, do I have 9 paragraphs with 1 empty line, or 3 paragraphs with 3 empty lines?
In the editor, however, paragraphs are cleanly separated, which means that if the author left an empty one - it's his decision. It probably isn't a good decision from a markup standpoint, but that doesn't change the fact he wants it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The editor currently stores empty blocks. I'm not sure if that is always desirable. While I understand to tension to not mess with the author's intensions, it doesn't make sense to keep empty paragraphs from a semantical point in my eyes. At least, not for closing empty paragraphs (even more if there was a placeholder for adding new blocks, see #30).
The text was updated successfully, but these errors were encountered: