aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-03-26 06:38:08 -0500
committerthe lemons <citrons@mondecitronne.com>2022-03-26 06:38:08 -0500
commit425079177728713da7c0b57d21250fd26ddbf837 (patch)
treec307dd82e93da85252f226160d655482b0d5e30d
parentdde0a3cddc8dec7bbfc619d76d49222c600b8d7e (diff)
tablelessness
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index e66736d..951a948 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
# language
the language does not presently have a name. I will sometimes refer to it as "vvvv". that is not its real name.
## table of contents
-| the | language notes |
-| word | dictionary |
-| wordgen.lua | I use this to help me coin words. only some of its output is good. |
+<table>
+<tr><td>the</td><td>language notes</td></tr>
+<tr><td>word</td><td>dictionary</td></tr>
+<tr>
+ <td>wordgen.lua</td>
+ <td>I use this to help me coin words. only some of its output is good.</td>
+</tr>
+</table>