kVD      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ *String containing ASCIIMathML javascript. portablealpha"John MacFarlane <jgm@berkeley.edu>Parse character entity. ,Convert entities in a string to characters. portablealpha"John MacFarlane <jgm@berkeley.edu> =A fixed-width block of text. Parameters are width of block, % height of block, and list of lines. =Break lines in a list of lines so that none are greater than  a given width. Maximum length of lines. List of lines.  Convert a Doc element into a  TextBlock with a specified width. Width of text block. Doc to convert.  Convert a  TextBlock to a Doc element. Returns width of a  TextBlock (number of columns). Returns height of a  TextBlock (number of rows). 1Pads a string out to a given width using spaces. Desired width. String to pad. Concatenates a list of  TextBlock s into a new  TextBlock in ! which they appear side by side. Like  hcatBlocks , but inserts space between the  TextBlocks. Left-aligns the contents of a  TextBlock within the block. Right-aligns the contents of a  TextBlock within the block. Centers the contents of a  TextBlock within the block.    9Take a UTF-8 string and decode it into a Unicode string. 7Take a Unicode string and encode it as a UTF-8 string. portablealpha"John MacFarlane <jgm@berkeley.edu><Inline elements. Footnote or endnote +Image: alt text (list of inlines), target  and target *Hyperlink: text (list of inlines), target HTML code (literal) LaTeX code (literal) TeX math (literal) Hard line break  Ellipses  Apostrophe En dash Em dash Inter-word space Inline code (literal) Quoted text (list of inlines) #Subscripted text (list of inlines) %Superscripted text (list of inlines) !!Strikeout text (list of inlines) "+Strongly emphasized text (list of inlines) #"Emphasized text (list of inlines) $Text (string) %Link target (URL, title) &1Type of quotation marks to use in Quoted inline. '()Block element. *Nothing +Table, " with caption, column alignments, ( relative column widths, column headers # (each a list of blocks), and rows " (each a list of lists of blocks) ,Horizontal rule --Header - level (integer) and text (inlines) .Definition list 0 (list of items, each a pair of an inline list,  the term, and a block list) /!Bullet list (list of items, each  a list of blocks) 0Ordered list (attributes - and a list of items, each a list of blocks) 1Block quote (list of blocks) 2Raw HTML block (literal) 3Code block (literal) 4 Paragraph 5Plain text, not a paragraph 6Delimiter of list numbers. 789:;Style of list numbers. <=>?@ABList attributes. CAlignment of a table column. DEFGH<Bibliographic information for the document: title (list of ), + authors (list of strings), date (string). IJK< !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJK<JKHICGFEDB;A@?>=<6:987)543210/.-,+*&('%$#"! <$#"!  !"#$%&(''() 543210/.-,+**+,-./0123456:987789:;A@?>=<<=>?@ABCGFEDDEFGHIIJKKportablealpha"John MacFarlane <jgm@berkeley.edu>xLOptions for writers MNInclude header and footer OHeader for the document PPrefix for HTML titles Q+Tabstop for conversion btw spaces and tabs RInclude table of contents SWe're writing S5 THow to print math in HTML U&Ignore footnotes (used in making toc) VIncremental S5 lists WNumber sections in LaTeX X"String to include before the body Y!String to include after the body ZUse strict markdown syntax [-Use reference links in writing markdown, rst \Wrap text to line length ]^_`ab:Data structure for defining hierarchical Pandoc documents cdefgh$Used when not parsing inside quotes i'Used when parsing inside double quotes j'Used when parsing inside single quotes klDefault state m/Used when running parser on list item contents no$Lines of characters above and below p%Single line of characters underneath qParsing options. rsParse raw HTML and LaTeX? t Inside list? uInside quoted environment? vList of reference keys wList of notes x Tab stop yParse bibliographic info? zTitle of document {Authors of document |Date of document }Use strict markdown syntax? ~Use smart typography? Number of columns in terminal "Ordered list of header types used )Split list by groups of one or more sep. 5Split list into chunks divided at specified indices. ?Replace each occurrence of one sublist in a list with another. 2Joins a list of lists, separated by another list. List to use as separator Lists to join 9Returns an association list of backslash escapes for the  designated characters. %list of special characters to escape <Escape a string of characters, using an association list of  characters and strings. %Strip trailing newlines from string. DRemove leading and trailing space (including newlines) from string. 7Remove leading space (including newlines) from string. 8Remove trailing space (including newlines) from string. 2Strip leading and trailing characters from string CChange CamelCase word to hyphenated lowercase (e.g., camel-case). Convert number <" 4000 to uppercase roman numeral. Wrap inlines to line length. 2Wrap inlines if the text wrap option is selected. >Wrap inlines to line length, treating footnotes in a way that # makes sense in LaTeX and ConTeXt. ?Wrap inlines if the text wrap option is selected, specialized  for LaTeX and ConTeXt. 0Like >>, but returns the operation on the left. 6 (Suggested by Tillmann Rendel on Haskell-cafe list.) Parse any line of text Like manyTill, but reads at least one item. A more general form of  notFollowedBy. This one allows any I type of parser to be specified, and succeeds only if that parser fails.  It does not consume any input. 4Parses one of a list of strings (tried in order). Parses a space or tab. #Skips zero or more spaces or tabs. 9Skips zero or more spaces or tabs, then reads a newline. AParses one or more blank lines and returns a string of newlines. 8Parses material enclosed between start and end parsers.  start parser  end parser 'content parser (to be used repeatedly)  Parse string, case insensitive. Parse contents of str using parser and return result. 6Parse raw line block up to and including blank lines. 7Parse a string of characters between an open character 8 and a close character, including text between balanced @ pairs of open and close, which must be different. For example,  charsInBalanced '(' ')' will parse (hello (there))  and return  hello (there). Stop if a blank line is  encountered. Like charsInBalanced(, but allow blank lines in the content. AParses a roman numeral (uppercase or lowercase), returns number. Uppercase if true BApplies a parser, returns tuple of its results and its horizontal C displacement (the difference between the source column at the end @ and the source column at the beginning). Vertical displacement  (source row) is ignored. Parser to apply (result, displacement) Parses a character and returns *! (so that the parser can move on  if it gets stuck). 2Fail if reader is in strict markdown syntax mode. 1Parses backslash, then applies character parser. Parser for character to escape DParses an uppercase roman numeral and returns (UpperRoman, number). CParses a lowercase roman numeral and returns (LowerRoman, number). 8Parses a decimal numeral and returns (Decimal, number).  Parses a '#' returns (DefaultStyle, 1). <Parses a lowercase letter and returns (LowerAlpha, number). =Parses an uppercase letter and returns (UpperAlpha, number). Parses a roman numeral i or I ;Parses an ordered list marker and returns list attributes. JParses a list number (num) followed by a period, returns list attributes. IParses a list number (num) followed by a paren, returns list attributes. HParses a list number (num) enclosed in parens, returns list attributes. @Parses an ordered list marker with a given style and delimiter,  returns number. 8Parses a character reference and returns a Str element. .Parse a string with a given parser and state. parser initial state  input string Parse a string with parser (for testing). 3Look up key in key table and return target object.  Key table Key Returns True# if keys match (case insensitive). Indent string as a block. &Number of spaces to indent the block 5Number of spaces (rel to block) to indent first line Contents of block to indent ,Prettyprint list of Pandoc blocks elements. *Number of spaces to indent list of blocks List of blocks "Prettyprint Pandoc block element. Prettyprint Pandoc document. <Generate infinite lazy list of markers for an ordered list,  depending on list attributes. ANormalize a list of inline elements: remove leading and trailing  Space elements, collapse double Spaces into singles, and  remove empty Str elements. Change final list item from Para to Plain if the list should  be compact. +List of list items (each a list of blocks) Returns True3 on Header block with at least the specified level CConvert list of Pandoc blocks into (hierarchical) list of Elements !True if block is a Header block. Default writer options. iLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~iqrstuvwxyz{|}~npokmlgjihfebdc]a`_^LMNOPQRSTUVWXYZ[\iLMNOPQRSTUVWXYZ[\MNOPQRSTUVWXYZ[\]a`_^^_`abdccdefgjihhijkmllmnpoopqrstuvwxyz{|}~rstuvwxyz{|}~portablealpha"John MacFarlane <jgm@berkeley.edu>:Parse reStructuredText string and return Pandoc document. 3Promote all headers in a list of blocks. (Part of  title transformation for RST.) CIf list of blocks starts with a header (or a header and subheader) A of level that are not found elsewhere, return it as a title and ! promote all the other headers. list of blocks modified list of blocks, title portablealpha"John MacFarlane <jgm@berkeley.edu>#Parse LaTeX from string and return KJ document. +Parser state, including options for parser String to parse 5Returns text between brackets and its matching pair. 2Returns an option or argument of a LaTeX command. True if the string begins with '{'. :Returns list of options and arguments of a LaTeX command. JParses LaTeX command, returns (name, star, list of options or arguments). ?Returns a list of block elements containing the contents of an  environment. -Process LaTeX preamble, extracting metadata. Parse LaTeX and return KJ. ?Parse any LaTeX environment and return a Para block containing + the whole literal environment as raw TeX. CParse any LaTeX command and return it in a raw TeX inline element.  portablealpha "John MacFarlane <jgm@berkeley.edu>!Convert HTML-formatted string to KJ document.  Parser state String to parse Read blocks until end tag. Read inlines until end tag. )Parse blocks between open and close tag. *Parse inlines between open and close tag. Extract type from a tag: e.g. br from <br> DParse any HTML tag (opening or self-closing) and return text of tag  portablealpha"John MacFarlane <jgm@berkeley.edu>ARead markdown from an input string and return a Pandoc document. Fail unless we're at beginning of a line. Fail unless we're in smart typography mode. 2Parse an inline Str element with a given content. 5Parse a sequence of inline elements between a string  opener and a string closer, including inlines  between balanced pairs of opener and a closer.  portablealpha"John MacFarlane <jgm@berkeley.edu>Convert Pandoc to Markdown. ,Return markdown representation of document. 7Return markdown representation of reference key table. 4Return markdown representation of a reference key. )Return markdown representation of notes. *Return markdown representation of a note. (Escape special characters for Markdown. 8Convert bibliographic information into Markdown header. 8Construct table of contents from list of header blocks. <Converts an Element to a list item for a table of contents, 1Ordered list start parser for use in Para below.  2True if string begins with an ordered list marker   *Convert Pandoc block element to markdown. Options Block element  7Convert bullet list item (list of blocks) to markdown.  :Convert ordered list item (a list of blocks) to markdown. options list item marker list item (list of blocks) BConvert definition list item (label, list of blocks) to markdown. 3Convert list of Pandoc block elements to markdown. Options List of block elements HGet reference for target; if none exists, create unique one and return. ? Prefer label if possible; otherwise, generate a unique key. 4Convert list of Pandoc inline elements to markdown. +Convert Pandoc inline element to markdown.  portablealpha "John MacFarlane <jgm@berkeley.edu>Add line to header. Convert Pandoc to LaTeX. 4Insert bibliographic information into LaTeX header.  Options, including LaTeX header $Meta with bibliographic information "Puts contents into LaTeX command. 6Remove all code elements from list of inline elements  (because it':s illegal to have verbatim inside some command arguments) 'Convert Pandoc block element to LaTeX. Block to convert  *Convert list of inline elements to LaTeX. Inlines to convert !" Convert inline element to LaTeX Inline to convert  portablealpha "John MacFarlane <jgm@berkeley.edu>#$%&'Convert Pandoc to ConTeXt. ()6Insert bibliographic information into ConTeXt header. "Options, including ConTeXt header $Meta with bibliographic information *+Escape string for ConTeXt ,)Convert Pandoc block element to ConTeXt. -.+Convert list of block elements to ConTeXt. /,Convert list of inline elements to ConTeXt. Inlines to convert 01"Convert inline element to ConTeXt Inline to convert portablealpha"John MacFarlane <jgm@berkeley.edu>/Converts a string of raw TeX math to a list of KJ inlines. portablealpha"John MacFarlane <jgm@berkeley.edu>234Convert Pandoc to RST. 5'Return RST representation of document. 62Return RST representation of reference key table. 7/Return RST representation of a reference key. 8$Return RST representation of notes. 9%Return RST representation of a note. :6Return RST representation of picture reference table. ;@Return RST representation of a picture substitution reference. <5Take list of inline elements and return wrapped doc. =#Escape special characters for RST. >3Convert bibliographic information into RST header. ?@AB&Convert Pandoc block element to RST. Options Block element C2Convert bullet list item (list of blocks) to RST. D5Convert ordered list item (a list of blocks) to RST. options marker for list item list item (list of blocks) E<Convert defintion list item (label, list of blocks) to RST. F.Convert list of Pandoc block elements to RST. Options List of block elements G/Convert list of Pandoc inline elements to RST. H&Convert Pandoc inline element to RST. portablealpha"John MacFarlane <jgm@berkeley.edu>IJKList of notes LList of header identifiers MMath is used in document NCSS to include in header O(Convert Pandoc document to Html string. +Convert Pandoc document to Html structure. PHConstruct table of contents from list of header blocks and identifiers. 9 Assumes there are as many identifiers as header blocks. Q<Converts an Element to a list item for a table of contents, 3 retrieving the appropriate identifier from state. R*Convert list of Note blocks to a footnote  div.  Assumes notes are sorted. S Obfuscate a mailto: link using Javascript. TObfuscate character as entity. U!Obfuscate string using entities. V8True if character is a punctuation character (unicode). WAdd CSS for document header. X5Convert Pandoc inline list to plain text identifier. Y4Return unique identifiers for list of inline lists. Z&Convert Pandoc block element to HTML. [\0Convert list of Pandoc inline elements to HTML. ]'Convert Pandoc inline element to HTML. ^portablealpha"John MacFarlane <jgm@berkeley.edu>_`abcdFConverts Pandoc document to an S5 HTML presentation (Html structure). >Converts Pandoc document to an S5 HTML presentation (string). eAInserts HTML needed for an S5 presentation (e.g. around slides). )Title of document (for header or footer) (Date of document (for header or footer)  List of block elements returned fReturns g if block is a Header 1. h7Insert HTML around sections to make individual slides. Insert blocks into KJ for slide structure. portablealpha"John MacFarlane <jgm@berkeley.edu>portablealpha"John MacFarlane <jgm@berkeley.edu>i(Escape one character as needed for XML. j+True if the character needs to be escaped. kGEscape string as needed for XML. Entity references are not preserved. lAReturn a text object with a string of formatted XML attributes. mAPut the supplied contents between start and end tags of tagType, = with specified attributes and (if specified) indentation. n?Return a self-closing tag of tagType with specified attributes oAPut the supplied contents between start and end tags of tagType. pDPut the supplied contents in indented block btw start and end tags. q%Convert list of authors to a docbook  author section 5Convert Pandoc document to string in Docbook format. rConvert an Element to Docbook. s,Convert a list of Pandoc blocks to Docbook. t3Auxiliary function to convert Plain block to Para. AConvert a list of pairs of terms and definitions into a list of  Docbook varlistentrys. uAConvert a term and a list of blocks into a Docbook varlistentry. vCConvert a list of lists of blocks to a list of Docbook list items. w3Convert a list of blocks into a Docbook list item. x+Convert a Pandoc block element to Docbook. y5Take list of inline elements and return wrapped doc. z.Convert a list of inline elements to Docbook. {&Convert an inline element to Docbook. portablealpha"John MacFarlane <jgm@berkeley.edu>|}~Convert Pandoc to Man. -Return groff man representation of document. =Insert bibliographic information into Man header and footer. Options, including Man header $Meta with bibliographic information $Return man representation of notes. %Return man representation of a note. *Association list of characters to escape. #Escape special characters for Man. )Escape a literal (code) section for Man. %Convert Pandoc block element to man. Options Block element 2Convert bullet list item (list of blocks) to man. 5Convert ordered list item (a list of blocks) to man. options order marker for list item number of spaces to indent list item (list of blocks) =Convert definition list item (label, list of blocks) to man. .Convert list of Pandoc block elements to man. Options List of block elements /Convert list of Pandoc inline elements to man. &Convert Pandoc inline element to man. portablealpha "John MacFarlane <jgm@berkeley.edu>0Convert Pandoc to a string in rich text format. 8Construct table of contents from list of header blocks. IConvert unicode characters (> 127) into rich text format representation. Escape special characters. /Escape strings as needed for rich text format. /Escape things as needed for code block in RTF. Deal with raw LaTeX. HMake a paragraph with first-line indent, block indent, and space after. space after (in twips) block indent (in twips) 1first line indent (relative to block) (in twips)  alignment string with content Default paragraph. block indent (in twips) 1first line indent (relative to block) (in twips)  alignment string with content 1Compact paragraph (e.g. for compact list items). block indent (in twips) 1first line indent (relative to block) (in twips)  alignment string with content 9Returns appropriate bullet list marker for indent level. EReturns appropriate (list of) ordered list markers for indent level. Returns RTF header.  header text bibliographic information %Convert Pandoc block element to RTF.  indent level  alignment block to convert Ensure that there')s the same amount of space after compact  lists as after regular lists. +Convert list item (list of blocks) to RTF.  alignment  indent level list start marker list item (list of blocks) =Convert definition list item (label, list of blocks) to RTF.  alignment  indent level list item (list of blocks) %Convert list of inline items to RTF. list of inlines to convert Convert inline item to RTF. inline to convert portablealpha "John MacFarlane <jgm@berkeley.edu>"Version number of pandoc library.  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\efghijklmnopqrstuvwxyz{|}~@qrstuvwxyz{|}~kmlgjihefnpoLMNOPQRSTUVWXYZ[\ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^^__``abcdefghijklmnopqrstuvwxyz{|}~                            ! " # $   % & ' ( ) * + , - . / 0 1 2   3 4 ( 5 6 7 8 9 : ; < 1 =   >?@ABCDEFGHIJKLMNOP  QRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   pandoc-0.45Text.Pandoc.ASCIIMathMLText.Pandoc.CharacterReferencesText.Pandoc.BlocksText.Pandoc.UTF8Text.Pandoc.DefinitionText.Pandoc.SharedText.Pandoc.Readers.RSTText.Pandoc.Readers.LaTeXText.Pandoc.Readers.HTMLText.Pandoc.Readers.MarkdownText.Pandoc.Writers.MarkdownText.Pandoc.Writers.LaTeXText.Pandoc.Writers.ConTeXtText.Pandoc.Readers.TeXMathText.Pandoc.Writers.RSTText.Pandoc.Writers.HTMLText.Pandoc.Writers.S5"Text.Pandoc.Writers.DefaultHeadersText.Pandoc.Writers.DocbookText.Pandoc.Writers.ManText.Pandoc.Writers.RTF Text.PandocasciiMathMLScriptcharacterReferencedecodeCharacterReferences TextBlock docToBlock blockToDoc widthOfBlock heightOfBlock hcatBlocks hsepBlocksleftAlignBlockrightAlignBlockcenterAlignBlockfromUTF8toUTF8InlineNoteImageLink HtmlInlineTeXMath LineBreakEllipses ApostropheEnDashEmDashSpaceCodeQuoted Subscript Superscript StrikeoutStrongEmphStrTarget QuoteType DoubleQuote SingleQuoteBlockNullTableHorizontalRuleHeaderDefinitionList BulletList OrderedList BlockQuoteRawHtml CodeBlockParaPlainListNumberDelim TwoParensOneParenPeriod DefaultDelimListNumberStyle UpperAlpha LowerAlpha UpperRoman LowerRomanDecimal DefaultStyleListAttributes Alignment AlignDefault AlignCenter AlignRight AlignLeftMetaPandoc WriterOptionswriterStandalone writerHeaderwriterTitlePrefix writerTabStopwriterTableOfContentswriterS5writerHTMLMathMethodwriterIgnoreNoteswriterIncrementalwriterNumberSectionswriterIncludeBeforewriterIncludeAfterwriterStrictMarkdownwriterReferenceLinkswriterWrapTextHTMLMathMethodMimeTeXGladTeX ASCIIMathML PlainMathElementSecBlkKeyTable NoteTable QuoteContextNoQuote InDoubleQuote InSingleQuote ParserContext NullState ListItemState HeaderType DoubleHeader SingleHeader ParserState stateParseRawstateParserContextstateQuoteContext stateKeys stateNotes stateTabStopstateStandalone stateTitle stateAuthors stateDate stateStrict stateSmart stateColumnsstateHeaderTablesplitBysplitByIndices substitute joinWithSepbackslashEscapesescapeStringUsingstripTrailingNewlinesremoveLeadingTrailingSpaceremoveLeadingSpaceremoveTrailingSpacestripFirstAndLastcamelCaseToHyphenatedtoRomanNumeralwrapped wrapIfNeeded wrappedTeXwrapTeXIfNeeded>>~anyLine many1TillnotFollowedBy' oneOfStrings spaceChar skipSpaces blankline blanklinesenclosed stringAnyCaseparseFromString lineClumpcharsInBalancedcharsInBalanced' romanNumeralwithHorizDisplacement nullBlock failIfStrictescapedanyOrderedListMarkerorderedListMarkercharRefreadWithtestStringWithdefaultParserState lookupKeySrc refsMatch prettyPandocorderedListMarkersnormalizeSpaces compactifyhierarchicalize isHeaderBlockdefaultWriterOptionsreadRST readLaTeXrawLaTeXEnvironmentrawLaTeXInlinereadHtmlextractTagType anyHtmlTag anyHtmlEndTag htmlEndTaganyHtmlBlockTaganyHtmlInlineTaghtmlBlockElement rawHtmlBlock rawHtmlInline readMarkdown writeMarkdown writeLaTeX writeConTeXt readTeXMathwriteRSTwriteHtmlString writeHtmls5Meta s5Javascripts5CSSs5LinkswriteS5 writeS5StringinsertS5StructuredefaultLaTeXHeaderdefaultConTeXtHeaderdefaultDocbookHeaderdefaultS5HeaderdefaultRTFHeader writeDocbookwriteManwriteRTF pandocVersionnumRefhexNumdecNumentity entityTableentityTableList breakLineshPad upperRoman lowerRomandecimal defaultNum lowerAlpha upperAlpharomanOneinPeriod inOneParen inTwoParensindentByprettyBlockList prettyBlock containsPara headerAtLeastisHeaderpromoteHeaderstitleTransformhtmlTaginlinesInBalancedwidthsFromIndices alignType WriterStateRefsNotespandocToMarkdownkeyTableToMarkdown keyToMarkdownnotesToMarkdownnoteToMarkdown escapeStringmetaToMarkdowntitleToMarkdownauthorsToMarkdowndateToMarkdowntableOfContentselementToListItemolMarkerbeginsWithOrderedListMarkerwrappedMarkdownblockToMarkdownbulletListItemToMarkdownorderedListItemToMarkdowndefinitionListItemToMarkdownblockListToMarkdown getReferenceinlineListToMarkdowninlineToMarkdown stIncludesstInNote stOLLevel stOptions addToHeader pandocToLaTeX latexHeader stringToLaTeXinCmddeVerb blockToLaTeXinlineListToLaTeXisQuoted inlineToLaTeX stNextRefstOrderedListLevelpandocToConTeXt contextHeaderescapeCharForConTeXtstringToConTeXtblockToConTeXt printDecimalblockListToConTeXtinlineListToConTeXtinlineToConTeXt pandocToRST keyTableToRSTkeyToRST notesToRST noteToRSTpictTableToRST pictToRST wrappedRST metaToRST titleToRST authorsToRST dateToRST blockToRSTbulletListItemToRSTorderedListItemToRSTdefinitionListItemToRSTblockListToRSTinlineListToRST inlineToRSTstNotesstIdsstMathstCSSdefaultWriterStatefootnoteSection obfuscateLink obfuscateCharobfuscateString isPunctuationaddToCSSinlineListToIdentifieruniqueIdentifiers blockToHtmlblockListToHtmlinlineListToHtml inlineToHtmlblockListToNote s5CoreCSS s5FramingCSS s5PrettyCSS s5OperaCSS s5OutlineCSS s5PrintCSS layoutDivisH1ghc-primGHC.BoolTrue insertSlidesescapeCharForXML needsEscapingescapeStringForXML attributeListinTagsselfClosingTag inTagsSimpleinTagsIndentedauthorToDocbookelementToDocbookblocksToDocbookdeflistItemsToDocbookdeflistItemToDocbooklistItemsToDocbooklistItemToDocbookblockToDocbookwrapinlinesToDocbookinlineToDocbook Preprocessors pandocToMan metaToMan notesToMan noteToMan manEscapes escapeCode blockToManbulletListItemToManorderedListItemToMandefinitionListItemToManblockListToManinlineListToMan inlineToMan handleUnicode escapeSpecial stringToRTFcodeStringToRTF latexToRTF rtfParSpacedrtfPar rtfCompact bulletMarkerorderedMarkers rtfHeader blockToRTF tableRowToRTFtableItemToRTF spaceAtEnd listItemToRTFdefinitionListItemToRTFinlineListToRTF inlineToRTF