vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 333b44a238d8eb3c1dead52175b68a5b37c48683
parent 2c1004500473fae8c9595146c9a28af3f620f94f
Author: Chip Senkbeil <chip@senkbeil.org>
Date:   Thu,  1 Oct 2020 00:51:41 -0500

Correct statement about link with wikiN: needing N to be 1 (should be 0..N-1)

Diffstat:
Mdoc/specification.wiki | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/specification.wiki b/doc/specification.wiki @@ -644,7 +644,7 @@ An *interwiki link* is represented by one of the following: An *indexed interwiki link* is represented by the following: 1. A [[#link start seq|link start seq]] 2. The sequence `wiki` -3. One or more digits (`0-9`), but must be `1` or higher +3. One or more digits (`0-9`), but must be `0` or higher 4. A colon (`U+003A` aka `:`) 5. A [[#link path|link path]] 6. An optional [[#link anchor|link anchor]]