txt2html

Converts plaintext to HTML
git clone git://src.gearsix.net/txt2html
Log | Files | Refs | Atom | README

commit 0b2dfabf04ad14490b93a673070b0e733581078d
parent c72fd100cb27246b8bda4909a8c082d043e5f4ef
Author: gearsix <gearsix@tuta.io>
Date:   Mon, 21 Jun 2021 00:10:28 +0100

more work on TODO

Diffstat:
MTODO | 19++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/TODO b/TODO @@ -1,10 +1,11 @@ [x] rename writeP -[-] implement ol -[-] implement ul -[-] implement li -[-] implement h1 -[-] implement h2 -[-] test ast against just writing straight to buffer -[-] avoid recursion (unless needed) [-] slow -[-] test against test.txt, improve test.txt for catching edge[-]cases -[-] maybe rename to NAML (not another markup language) +[ ] remove ASTLIMIT +[ ] implement ol +[ ] implement ul +[ ] implement li +[ ] implement h1 +[ ] implement h2 +[ ] test ast against just writing straight to buffer +[ ] avoid recursion (unless needed) +[ ] test against test.txt, improve test.txt for catching edge-cases +[ ] maybe rename to NAML (not another markup language)