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
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
5
5
**Nested** is a VSCode extension designed to make working with **Markdown** files easier. With **Nested**, you can quickly **nest and un-nest items** in your Markdown documents by adding or removing **4 spaces** at the beginning of selected lines.
6
6
7
+
## Key Features
8
+
-**Add 4 spaces** to the beginning of selected lines to **nest** items.
9
+
-**Remove 4 spaces** from the beginning of selected lines to **un-nest** items.
10
+
-**Keyboard shortcuts** for both actions.
11
+
-**No indentation** is applied to **empty lines**.
12
+
7
13
## Installation
8
14
9
15
### Option 1: Install from the VSCode Marketplace:
@@ -36,8 +42,8 @@
36
42
-**Headings**: Adjust nested headings in Markdown documents.
37
43
-**Code blocks**: Quickly indent or un-indent code or inline code sections.
38
44
39
-
## License:
45
+
## License
40
46
This extension is licensed under the MIT License.
41
47
42
-
## Contributing:
48
+
## Contributing
43
49
If you'd like to contribute to **Nested**, feel free to fork the repository and submit a pull request!
0 commit comments