=== Real Editor Space === Contributors: chrisqie Tags: gutenberg, editor, whitespace, space Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.2 Stable tag: 1.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Preserves real spaces in WordPress Gutenberg editor by converting multiple spaces to   entities. == Description == In the default Gutenberg visual editor, multiple spaces you enter are often "merged" and cannot be seen. This plugin solves this problem by converting consecutive spaces to HTML   entities, preserving the visual spacing. Features: - Converts second and subsequent spaces in a sequence to   entities - First space remains a regular space (Gutenberg default behavior) - Works anywhere in the content, not just at paragraph starts - Option to apply to all content or only new content - Preserves spaces within pre/code blocks -------------------------- - Author's blog: https://www.qielei.com - Improvement suggestions or problem feedback: qielei@gmail.com -----------------------------------------