diff options
| -rw-r--r-- | src/content-parser.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/content-parser.c b/src/content-parser.c index 5448d96..e083243 100644 --- a/src/content-parser.c +++ b/src/content-parser.c @@ -23,7 +23,9 @@  // TODO: block elements: list, horizontal rule -// TODO: inline elements: links, emphasis, code, images +// TODO: inline elements: links, emphasis, code, images, line breaks +// TODO: automatic scaping of html entities +// TODO: automatic links  // TODO: error handling | 
