txt2html

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

commit b7d32396cdf61145fff89b27f6e9e9c18dbd2e40
parent 55a3a9250ecd073d919b0180f21397b240158fa8
Author: gearsix <gearsix@tuta.io>
Date:   Sun, 20 Jun 2021 23:59:46 +0100

reformat TODO

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

diff --git a/TODO b/TODO @@ -1,10 +1,10 @@ -- 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) +[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)