diff --git a/aider/website/_includes/multi-line.md b/aider/website/_includes/multi-line.md index 15de04da9..5a93562ca 100644 --- a/aider/website/_includes/multi-line.md +++ b/aider/website/_includes/multi-line.md @@ -13,3 +13,7 @@ def hello(): print("Hello}") # Note: contains a brace python} ``` + +{: .note } +People often ask for SHIFT-ENTER to be a soft-newline. +Unfortunately there is no portable way to detect that keystroke in terminals.