We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603cfc3 commit e860decCopy full SHA for e860dec
main/settings.py
@@ -406,9 +406,9 @@ def parse_domain(*env_keys: str) -> str:
406
| link visualchars charmap image hr nonbreaking | code preview fullscreen
407
""",
408
"paste_data_images": False,
409
- "force_p_newlines": True, # TODO: could be False?
410
- "force_br_newlines": True, # TODO: could be False?
411
- "forced_root_block": "",
+ "force_p_newlines": False,
+ "force_br_newlines": True,
+ "forced_root_block": "-",
412
"contextmenu": "formats | link",
413
"menubar": False,
414
"statusbar": False,
0 commit comments