From efc1e5c49270c853a91257f31719209a6abd4301 Mon Sep 17 00:00:00 2001 From: Karsten Wade Date: Mon, 16 Jan 2006 14:53:22 +0000 Subject: Need to mark the table's entry out separately, because it is not possible to predict what is needed. The parser looks to the existence of any whitespace after the as an indication of inline v. block markup, and there is no way to tell with xmlformat. It is better to leave this alone and to the discretion of the author to solve. The problem to solve next is, what happens when xmlformat encounters content on the same line as . I'll test later. --- bin/xmlformat-fdp.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/xmlformat-fdp.conf') diff --git a/bin/xmlformat-fdp.conf b/bin/xmlformat-fdp.conf index c1cd81f..e791bc8 100644 --- a/bin/xmlformat-fdp.conf +++ b/bin/xmlformat-fdp.conf @@ -65,6 +65,11 @@ trademark screen programlisting format = verbatim +# is special because a linebreak has meaning, best leave the +# decisions up to the experts +entry + format = verbatim + command application filename option userinput computeroutput replaceable format = inline -- cgit