diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2010-10-23 22:40:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2010-10-23 22:40:13 +0000 |
commit | ca0c4ef6395f118388355644bf310943bd923659 (patch) | |
tree | 8677ac5af6ed2d6bd07984c98a394375541583c8 /TODO | |
parent | f0ecc9da9111ec5d3a2ac40144e1a65bcfdc8956 (diff) | |
download | mandoc-ca0c4ef6395f118388355644bf310943bd923659.tar.gz |
new: escape sequence handling
done: nested displays
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -17,9 +17,6 @@ * missing features ************************************************************************ -- deal with nested displays, e.g. D1 inside Bd - schwarze has an old patch somewhere and would need to brush it up - - explicit blocks with missing end macro should be implicitely closed at the end of the enclosing block, e.g. .Bl It (El) Sh reminded by stsp@ in net/pptp pptp.8 Fri, 23 Apr 2010 20:32:39 +0200 @@ -66,6 +63,13 @@ .. reported by naddy@ Sat, 16 Oct 2010 23:51:57 +0200 +- clean up escape sequence handling, creating three classes: + (1) fully implemented, or parsed and ignored without loss of content + (2) unimplemented, potentially causing loss of content + or serious mangling of formatting (e.g. \n) -> ERROR + see textproc/mgdiff(1) for nice examples + (3) undefined, just output the character -> perhaps WARNING + - port OpenBSD tbl integration bsd.lv, probably cleaning it up - look at pages generated from reStructeredText, e.g. devel/mercurial hg(1) |