We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f747c5 commit 3489444Copy full SHA for 3489444
packages/parchment/lib/src/heuristics/insert_rules.dart
@@ -152,6 +152,9 @@ class PreserveLineFormatOnNewLineRule extends InsertRule {
152
/// Heuristic rule to exit current block when user inserts two consecutive
153
/// newlines.
154
///
155
+/// If bloc is a list or checklist with indent level greater than 1, heuristic
156
+/// rules will de-indent current line.
157
+///
158
/// This rule is only applied when the cursor is on the last line of a block.
159
/// When the cursor is in the middle of a block we allow adding empty lines
160
/// and preserving the block's style.
0 commit comments