From e8ea5e907ca1fb359d5dd342e505a78bab42d879 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Thu, 12 Aug 2021 10:14:58 +0000
Subject: [PATCH] Renamed tester to fit with parser naming

---
 spec.org |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/spec.org b/spec.org
index 32ca5da..ddff731 100644
--- a/spec.org
+++ b/spec.org
@@ -18,12 +18,12 @@
 - Link :: Link to other place, containing link text and link destination
 
 Document: Block*
-Block: Table | Line* | Code
+Block: Table | Word* | Code
 Table: Word* (2d array)
 Code: Straight strings
-Line: Heading | List | Word* | MathDisp
-Word: MathInline | Link | Format
-Format: Bold | Italic | Verbatim | Text
+# Line: Heading | List | Word* | MathDisp
+Word: MathInline | Link | Format | Heading | List | MathDisp
+Format: Bold | Italic | Verbatim | Text | Underline | Strikethrough
 Italic: Format
 Bold: Format
 Verbatim: Format
@@ -61,6 +61,8 @@
 Italic is between ~/ /~.
 Bold is between ~* *~.
 Verbatim is between ~\~ \~~.
+Strikethrough is ~+ +~.
+Underline is ~_ _~.
 *** Link
 Links are ~[[destination][text]]~.
 *** Comments

--
Gitblit v1.10.0