From 538459a8abf62bc85cc73b9e4eab9c29f732b282 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 20 Jul 2021 14:02:56 +0000
Subject: [PATCH] Added test document parser to check generators

---
 spec.org |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/spec.org b/spec.org
index 3e609e8..32ca5da 100644
--- a/spec.org
+++ b/spec.org
@@ -7,7 +7,7 @@
 - Line :: Main component of Block
 - Code :: Contains text and language
 - Heading :: Contains level and words
-- List :: Contains level, number and words
+- List :: Contains level, number and words. If number=0, list is unordered
 - Word :: Token of text
 - Text :: String single word
 - MathDisp :: Display level math
@@ -31,6 +31,7 @@
 Heading: Word*
 List: Word*
 
+
 * Language features and syntax
 ** Org
 *** Document

--
Gitblit v1.10.0