We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0feec commit 257fe06Copy full SHA for 257fe06
README.md
@@ -18,6 +18,7 @@ The [demo](https://maxlap.github.io/standard-notes-indent-editor/demo.html) show
18
* Lines wrap until after those characters too.
19
* Pressing `Enter` copies the *->+ along with the spaces.
20
* Indentation uses a fixed-width font, so it always align nicely.
21
+* Numbered lists (lines starting with 1. then 2.) are also considered indentation, and numbers will auto-increment on "Enter".
22
* Lines that wrap are shown as paragraph of around 50 characters wide. This keeps them from being super large and hard to read
23
* Lines that wrap are slightly closer together vertically.
24
* Lines starting with a number sign (#) are headers, shown as bold and bigger text.
0 commit comments