From 6a921f09664d45ce603151f9cd0d14d8c8f550a1 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 9 Feb 2008 03:17:49 +0000 Subject: Added parameter for class to CodeBlock (for syntax highlighting). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1198 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/Definition.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Text/Pandoc') diff --git a/Text/Pandoc/Definition.hs b/Text/Pandoc/Definition.hs index c04ae0856..96d0a6ec0 100644 --- a/Text/Pandoc/Definition.hs +++ b/Text/Pandoc/Definition.hs @@ -66,7 +66,7 @@ data ListNumberDelim = DefaultDelim data Block = Plain [Inline] -- ^ Plain text, not a paragraph | Para [Inline] -- ^ Paragraph - | CodeBlock String -- ^ Code block (literal) + | CodeBlock String String -- ^ Code block (literal) with class | RawHtml String -- ^ Raw HTML block (literal) | BlockQuote [Block] -- ^ Block quote (list of blocks) | OrderedList ListAttributes [[Block]] -- ^ Ordered list (attributes -- cgit v1.2.3