From 8cc8a7b68db6775d44db53403e23a72111f2e4bf Mon Sep 17 00:00:00 2001 From: goodger Date: Tue, 5 Apr 2005 03:39:52 +0000 Subject: added syntax idea for table stubs git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3169 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/dev/rst/alternatives.txt | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'docs/dev/rst') diff --git a/docs/dev/rst/alternatives.txt b/docs/dev/rst/alternatives.txt index 08c94bbbb..50b13392b 100644 --- a/docs/dev/rst/alternatives.txt +++ b/docs/dev/rst/alternatives.txt @@ -1696,7 +1696,7 @@ Issues: Description - On a stick! - If we took the bones out, it wouldn't be - crunchy, now would it? + crunchy, now would it? * A syntax for stubs in ASCII-art tables is easy to imagine:: @@ -1706,6 +1706,16 @@ Issues: | body row 1, column 1 || column 2 | column 3 | +------------------------++------------+----------+ + Or this idea from Nick Moffitt:: + + +-----+---+---+ + | XOR # T | F | + +=====+===+===+ + | T # F | T | + +-----+---+---+ + | F # T | F | + +-----+---+---+ + Auto-Enumerated Lists ===================== @@ -2102,7 +2112,7 @@ __ http://thread.gmane.org/gmane.text.docutils.devel/1386 1. References and targets take this form:: - targetname_ + targetname_ .. _targetname: stuff @@ -2203,7 +2213,7 @@ __ http://thread.gmane.org/gmane.text.docutils.devel/1386 ".. comment::" would violate that. The goals of reStructuredText are many, and they conflict. Determining the right set of goals and finding solutions that best fit is done on a case-by-case - basis. + basis. Even readability is has two aspects. Being readable without any prior knowledge is one. Being as easily read in raw form as in -- cgit v1.2.1