From: Jeff D. <da...@da...> - 2002-11-13 17:08:02
|
On Wed, 13 Nov 2002 18:38:44 +0200 Matti Airas <ma...@ik...> wrote: > ... but it still isn't possible to use <verbatim>verbatim</verbatim> > tags inline, as in this sentence. Is this a feature or a bug? Sorry. I was going to comment on that in my last e-mail, but forgot... Currently I don't classify that as a bug. Partly it's because keeping block and inline markup distinct helps simplify the parsing. I suppose we could allow both "block-mode" and inline <pre> and <verbatim> tags... It's a tricky though because HTML's <pre> tag format's it's contents in block mode... |