@vscode/markdown-editor 0.0.2-81 → 0.0.2-82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2070,7 +2070,8 @@ export declare const insertParagraph: EditCommand;
2070
2070
  * line's indentation, staying inside the fences.
2071
2071
  * - block quote — continue the quote (`\n> `); an empty quote line exits it.
2072
2072
  * - list — continue the list with the next marker (incrementing ordered
2073
- * numbers, re-emitting task checkboxes); an empty item exits the list.
2073
+ * numbers, re-emitting task checkboxes); an empty item outdents one level
2074
+ * before exiting the list.
2074
2075
  * - complete HTML comment — at the comment's end, leave it by arming a
2075
2076
  * transient paragraph; inside it (or while the comment is open), insert a
2076
2077
  * normal source line break.