You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <kbd>Ctrl</kbd> + <kbd>Enter</kbd> | <kbd>⌘</kbd> + <kbd>Enterkbd> | Terminate block quote by adding two newline's.<br/>If the current line is empty, block quote signs are removed.
252
252
253
-
# Lists and Tasks
253
+
# Lists
254
254
255
255
List bullets are automatically changed when indenting or unindenting list items by default. This behaviour can be disabled via `"mde.list_indent_auto_switch_bullet": false`.
256
256
@@ -261,12 +261,24 @@ Following commands are provided via Command Palette:
261
261
***Switch List Bullet Type**
262
262
Switches the highlighted list between numbered and bulleted style.
263
263
264
+
# Tasks
265
+
266
+
Following commands are provided via Command Palette to manage tasks:
267
+
268
+
***Insert Task**
269
+
Creates new GFM task (`* [ ] task`)
270
+
***Toggle Task**
271
+
Toggles GFM task check marks (`* [x] task`)
272
+
***Reset Tasks**
273
+
Clear all task check boxes. If non-empty selection exists, only selected tasks are reset.
274
+
264
275
Following key bindings may be used to create or toggle tasks.
@@ -321,6 +333,11 @@ Important functions are bound to following keys by default:
321
333
322
334
MarkdownEditing supports document review by highlighting critic markup and enable adding critic or accepting and rejecting proposed changes via key bindings.
0 commit comments