TODO 712 B

12345678910111213141516171819202122232425262728293031323334353637
  1. **legend:**
  2. - `[*]` = done
  3. - `[x]` = won't do
  4. - `[?]` = requires review
  5. - `[ ]` = not started
  6. functionality
  7. -------------
  8. [*] rename writeP
  9. [*] implement ol
  10. [*] implement ul
  11. [*] implement li
  12. [*] implement h1
  13. [*] implement h2
  14. [*] implement pre
  15. [ ] add utf-8 support (possibly more)
  16. [x] rename to naml (not another markup language) if it goes beyond txt and/or markdown syntax
  17. [*] get it working with latest re-works
  18. tests
  19. -----
  20. [*] test against test.txt
  21. [~] improve test.txt for catching edge-cases
  22. [*] handle large files
  23. [~] write proper tests
  24. optimisations
  25. -------------
  26. [*] avoid recursion (unless needed)
  27. [*] remove ASTLIMIT(?)
  28. [?] allow writebuf() to take more than 1 char at a time, make less calls