Mercurial > hg > markup
diff TODO @ 0:5b6f8024e177
initial commit
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 03 Nov 2020 13:01:49 -0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TODO Tue Nov 03 13:01:49 2020 -0800 @@ -0,0 +1,16 @@ +Block level elements should be distinguished from non-block level elements: +For instance, div('foo') should render: + +<div> +foo +</div> + +Versus b('foo') should result in + +<b>foo</b> + +Quoting - smart quoting should be implemented: + +"foo" -> “foo” + +'foo' -> ‘foo’ \ No newline at end of file