From 257fe062274dcac092b67273753d6c1ab0212d34 Mon Sep 17 00:00:00 2001 From: Maxime Lapointe Date: Sun, 21 Jun 2020 19:06:02 -0400 Subject: [PATCH] Add note about numbered list to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7fe284..0df9c2e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The [demo](https://maxlap.github.io/standard-notes-indent-editor/demo.html) show * Lines wrap until after those characters too. * Pressing `Enter` copies the *->+ along with the spaces. * Indentation uses a fixed-width font, so it always align nicely. +* Numbered lists (lines starting with 1. then 2.) are also considered indentation, and numbers will auto-increment on "Enter". * Lines that wrap are shown as paragraph of around 50 characters wide. This keeps them from being super large and hard to read * Lines that wrap are slightly closer together vertically. * Lines starting with a number sign (#) are headers, shown as bold and bigger text.