From: <eng...@ne...> - 2002-10-11 09:16:23
|
>David Goodger wrote: >> Tibs wrote: >> > The problem is writing the directives that take reST >> > input for one column of a table and put out the result of processing >> > it (e.g., to HTML) as the other column, >> >> That directive shouldn't be difficult to write. Section titles and >> transitions present a problem, but with some care everything else >> should be easy. Or we can just build a bunch of two-column tables, >> duplicate the examples, and put "::" before the ones on the left. > >OK. An answer of "that's not as scary as you thought" is always good to >get. I donot beleive yet +-----+--------------------+ | raw | the same formatted | +-----+--------------------+ where do you put the "::", inside the cell ? does this work ? i thought the lines on the left must be marked literal each. |