From 33fdb6bc1550de7cf1d5fa6735bb22adcbc0a7e9 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Mon, 8 Dec 2014 22:26:09 -0800 Subject: DocBook reader: add support for calloutlist and callout We treat a calloutlist as a bulleted list. This works well in practice. --- tests/docbook-reader.docbook | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'tests/docbook-reader.docbook') diff --git a/tests/docbook-reader.docbook b/tests/docbook-reader.docbook index 9ba965d9b..8fe2a6ddb 100644 --- a/tests/docbook-reader.docbook +++ b/tests/docbook-reader.docbook @@ -509,6 +509,25 @@ These should not be escaped: \$ \\ \> \[ \{ B. Williams + + Callout + Simple. + + + A __letrec is equivalent to a normal + Haskell &let;. + + + &GHC; compiled the body of our list comprehension into + a loop named go_s1YC. + + + If our &case; expression matches the empty list, we + return the empty list. This is reassuringly + familiar. + + + Definition Lists -- cgit v1.2.3