more todos

This commit is contained in:
Nathan McCarty 2025-02-27 02:18:56 -05:00
parent 77890ba549
commit 86fa9da474

View file

@ -9,11 +9,11 @@ Decided to rename =Tag= to =Html=, and =Raw= to =Text=, which makes this make se
** TODO Refine =location= in =ParserLocation= ** TODO Refine =location= in =ParserLocation=
** TODO Error messages ** TODO Error messages
** TODO Combinators for predictive parsing ** TODO Combinators for predictive parsing
* Djot [1/33] * Djot [1/38]
:PROPERTIES: :PROPERTIES:
:COOKIE_DATA: recursive :COOKIE_DATA: recursive
:END: :END:
** Parsing ** Parsing [1/33]
*** Block Level *** Block Level
**** TODO Paragraph **** TODO Paragraph
**** TODO Heading **** TODO Heading
@ -50,3 +50,10 @@ Decided to rename =Tag= to =Html=, and =Raw= to =Text=, which makes this make se
**** TODO Inline Attributes **** TODO Inline Attributes
*** Lines effect *** Lines effect
**** TODO =IO= Backed implementation **** TODO =IO= Backed implementation
*** Known Inaccuracies
** Extensions
*** TODO GFM-style alerts
*** TODO Emoji extension
**** TODO Unicode Emoji
**** TODO Icon font emoji
**** TODO Autolink for source forges