diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-05 03:39:52 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-05 03:39:52 +0000 |
| commit | 8cc8a7b68db6775d44db53403e23a72111f2e4bf (patch) | |
| tree | dc500a0ec60035d78c2cfc264f3cb31e1c213d45 /docs/dev/rst | |
| parent | d6ab28097870eadae43ea8975d984a27a2ee0379 (diff) | |
| download | docutils-8cc8a7b68db6775d44db53403e23a72111f2e4bf.tar.gz | |
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
Diffstat (limited to 'docs/dev/rst')
| -rw-r--r-- | docs/dev/rst/alternatives.txt | 16 |
1 files changed, 13 insertions, 3 deletions
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 |
