!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLM N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !!"!#!$!%!&!'!(!)!*!+","-"."/"0"1"2"3#4#5#6#7#8#9#:#;#<#=#>#?#@$A$B%C&D'E(F)G)H*I+J,K,L-M.N/O/P/Q0R0S1T1U1V2W2X2Y2Z2[3\3]3^4_5`5a5b6c7d8e8f8g9h:i:j:k:l:m:n:o:p:q:r:s;t;u;v;w;x;y;z;{<|=}=~==      !"#$%&'()*+,-./012345>6>7>8>9?:@;A<B=B>B?B@BABBBCBDBEBFCGCHCICJCKCLCMDNEOEPEQERESETEUEVEWEXEYEZE[E\E]E^E_E`FaGbGcGdGeGfGgGhGiGjGkGlGmGnGoGpGqGrGsGtHuIvJwJxJyJzJ{J|J}K~KKKKLMMMNOPPPPPPQQQQQQQQQRRRRRRSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSTSafeU@      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~USafeE7'Copyright (C) 2013-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableSafeGYKKV:Copyright (C) 2017 2018 John MacFarlane <jgm@berkeley.edu>GNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableSafeI "Copyright (C) 2015 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableSafeKLL 'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone16NBmVerbosity level.'MNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrs'mnopMNOPQRSTUVWXYZ[\]^_`abcdefghijklqrsMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnop 'Copyright (C) 2011-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableSafeT.Determine mime type appropriate for file path.nDetermime mime type appropriate for file path, defaulting to application/octet-stream  if nothing else fits. 2Copyright (C) 2014-2015, 2017 2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone1K_[A container for a collection of binary resources, with names and mime types. Note that a  is a Monoid, so  can be used for an empty , and  can be used to append two s.Insert a media item into a 3, replacing any existing value with the same name.Lookup a media item in a #, returning mime type and contents.)Get a list of the file paths stored in a P, with their corresponding mime types and the lengths in bytes of the contents.,relative path and canonical name of resource.mime type (Nothing = determine from extension)contents of resource 'Copyright (C) 2010-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneKS+ In reverse order  means no wrapping Number of preceding newlinesTrue if the document is empty.The empty document.Concatenate a list of s.Same as .Concatenate a list of *s, putting breakable spaces between them.Same as ,, but putting breakable spaces between the s.a $$ b puts a above b.a $+$ b puts a above b, with a blank line between.List version of .List version of .#Removes leading blank lines from a .%Chomps trailing blank space off of a . Renders a . render (Just n) will use a line length of n& to reflow text on breakable spaces. render Nothing will not reflow text.A literal string. A character.A breaking (reflowable) space.cA carriage return. Does nothing if we're at the beginning of a line; otherwise inserts a newline.2Inserts a blank line unless one exists already. (blankline <> blankline has the same effect as  blankline.1Inserts blank lines unless they exist already. (blanklines m <> blanklines n has the same effect as blanklines (max m n).Uses the specified string as a prefix for every line of the inside document (except the first, if not at the beginning of the line).Makes a  flush against the left margin. Indents a # by the specified number of spaces.A hanging indent. hang ind start doc prints start, then doc, leaving an indent of ind% spaces on every line but the first.beforeNonBlank d conditionally includes d' unless it is followed by blank space.Makes a  non-reflowable.iContent to print only if it comes at the beginning of a line, to be used e.g. for escaping line-initial  in groff man.Returns the width of a .Returns the minimal width of a # when reflowed at breakable spaces. lblock n d is a block of width n% characters, with text derived from d and aligned to the left.Like  but aligned to the right.Like  but aligned centered.'Returns the height of a block or other . Encloses a  inside a start and end .Puts a  in curly braces.Puts a  in square brackets.Puts a  in parentheses.Wraps a  in single quotes.Wraps a  in double quotes.Returns width of a character in a monospace font: 0 for a combining character, 1 for a regular character, 2 for an East Asian wide character.UGet real length of string, taking into account combining and double-wide characters.**      655 'Copyright (C) 2013-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableSafe Version of !X that uses lazy bytestrings instead of strings and allows setting environment variables.readProcessWithExitCode{ creates an external process, reads its standard output strictly, waits until the process terminates, and then returns the "N of the process and the standard output. stderr is inherited from the parent.?If an asynchronous exception is thrown to the thread executing readProcessWithExitCode,, the forked process will be terminated and readProcessWithExitCode9 will wait (block) until the process has been terminated.environment variables Filename of the executable (see # for details) any argumentsstandard inputexitcode, stdoutWNone;=$%&'()X'Copyright (C) 2014-2018 Jesse RosenthalGNU GPL, version 2 or above$Jesse Rosenthal <jrosenthal@jhu.edu>alphaportableSafe:*+,-*+,YSafe./01234ZSafe 56789:;<=>?@AB56789C;:DEFG'Copyright (C) 2017-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableSafeT<< [#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafeH6Wrapper for a list. While the normal list instance of I3 fails whenever it can, this type will never fail.I0Class of containers that can escalate contained  s. The word Vector0 is meant in the sense of a disease transmitter.J<Default for now. Will probably become a class at some point.K fromLeft f === either f idL 8recover a === fromLeft (const a) === either (const a) idMI would love to use 3. Alas, \]...NIf either of the values represents a non-error, the result is a (possibly combined) non-error. If both values represent an error, an error is returned.OIf either of the values represents a non-error, the result is a (possibly combined) non-error. If both values represent an error, an error is returned.HPQIRSJTUKLMVWXNOHPQIR^#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafe>YGiven a IRI, possibly update the map and return the id of the namespace. May fail if the namespace is unknown and the application does not allow unknown namespaces.ZGGiven a namespace id, lookup its IRI. May be overriden for performance.[CThe root element of an XML document has a namespace, too, and the XML.Light-parserx is eager to remove the corresponding namespace attribute. As a result, at least this root namespace must be provided.\[ZY]^\YZ[_#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafe_`abc`#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafe%ST; dOData that can be looked up. This is mostly a utility to read data with kind *.e0Aequivalent to > foldr (.) id where '(.)' are  are the ones from Control.Category and n is the one from  Data.Foldable2. The noun-form was chosen to be consistend with t, u" etc based on the discussion at  @https://groups.google.com/forum/#!topic/haskell-cafe/VkOZM1zaHOI (that I was not part of)f7Aequivalent to > foldr (flip (.)) id where '(.)' are  are the ones from Control.Category and n is the one from  Data.Foldable. A reversed version of e.g has ,  has .  should have gA. Note that the first value is selected if the boolean value is . That makes g& consistent with the other two. Also, gZ now takes its arguments in the exact opposite order compared to the normal if construct.hdThis function often makes it possible to switch values with the functions that are applied to them.!Examples: > swing map :: [a -> b] -> a -> [b] > swing any :: [a -> Bool] -> a -> Bool > swing foldr :: b -> a -> [a -> b -> b] -> b > swing scanr :: c -> a -> [a -> c -> c] -> c > swing zipWith :: [a -> b -> c] -> a -> [b] -> [c] > swing find :: [a -> Bool] -> a -> Maybe (a -> Bool) Stolen from "https://wiki.haskell.org/PointfreeiAlternative to 'read'/'reads'. The former of these throws errors (nobody wants that) while the latter returns "to much" for simple purposes. This function instead applies , and returns the first match (if any) in a .j A version of  that requires a % sign after the numberkCThe idea is to use this function as if there was a declaration like Iinstance (Lookupable a) => (Read a) where readsPrec _ = readLookupablesg. But including this code in this form would need UndecideableInstances. That is a bad idea. Luckily lE (without the s at the end) can be used directly in almost any case.lVery similar to a simple  in the m, but with a lexer.nA version of "Data.List.find" that uses a converter to a Maybe instance. The returned value is the first which the converter returns in a  wrapper.dmefghijklopqrsndma#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafe t)Defines Left as failure, Right as successunDuplicate a value to subsequently feed it into different arrows. Can almost always be replaced with '(&&&)', v:, or even '(|||)'. Aequivalent to > returnA &&& returnAwApplies a function to the uncurried result-pair of an arrow-application. (The %-symbol was chosen to evoke an association with pairs.)vDuplicate a value and apply an arrow to the second instance. Aequivalent to > a -> duplicate >>> second a or > a -> returnA &&& ax Converts Right a into Just a and Left _ into Nothing.y Converts Nothing into Left () and Just a into Right a.z$Lifts a constant value into an arrow{.Execute the second arrow if the first succeeds|5Execute the lifted second arrow if the first succeeds}5Execute the lifted second arrow if the first succeeds~;Execute the second arrow if the lifted first arrow succeedsBExecute the second, non-fallible arrow if the first arrow succeeds%An arrow version of a short-circuit ( |)!tuwvxyz{|}~w222233{1|1}1~111111b#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafe;=N  Constructor Constructor Constructor Constructor Constructor ConstructorSwitches the type of the state temporarily. Drops the intermediate result state, behaving like a fallible identity arrow, save for side effects in the state.MSwitches the type of the state temporarily. Returns the resulting sub-state.%Fold a state arrow through something m. Collect the results in a 9. Intermediate form of a fold between one with "only" a  and one with any function.%Fold a state arrow through something m. Collect the results in a .%Fold a state arrow through something m. Collect the results in a ..Fold a fallible state arrow through something m. Collect the results in a F. If the iteration fails, the state will be reset to the initial one.c#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafe"#&'NH"A stack of parent elements. The top element is the current one. Arguably, a real Zipper would be better. But that is an optimization that can be made at a later time, e.g. when replacing Text.XML.Light.QA map from internal namespace IDs to the namespace prefixes used in XML elementsmA map from internal namespace IDs to namespace IRIs (Only necessary for matching namespace IDs and prefixes)A place to put "something else". This feature is used heavily to keep the main code cleaner. More specifically, the main reader is divided into different stages. Each stage lifts something up here, which the next stage can then use. This could of course be generalized to a state-tree or used for the namespace IRIs. The border between states and values is an imaginary one, after all. But the separation as it is seems to be enough for now.RReplace the current position by another, modifying the extra state in the processCPop the top element from the call stack, unless it is the last one.$Lifts a function to the extra state.First sets the extra state to the new value. Then modifies the original extra state with a converter that uses the new state. Finally, the intermediate state is dropped and the extra state is lifted into the state as it was at the beginning of the function. As a result, exactly the extra state and nothing else is changed. The resulting converter even behaves like an identity converter on the value level.z(The -ing form is meant to be mnemonic in a sequence of arrows as in convertingExtraState () converter >>> doOtherStuff)First sets the extra state to the new value. Then produces a new extra state with a converter that uses the new state. Finally, the intermediate state is dropped and the extra state is lifted into the state as it was at the beginning of the function. As a result, exactly the extra state and nothing else is changed. The resulting converter even behaves like an identity converter on the value level.Aequivalent to 2\v x a -> convertingExtraState v (returnV x >>> a){(The -ing form is meant to be mnemonic in a sequence of arrows as in producingExtraState () () producer >>> doOtherStuff)Arrow version of ZkExtracts namespace attributes from the current element and tries to update the current mapping accordingly4Given a namespace id and an element name, creates a  for internal use]Checks if a given element matches both a specified namespace id and a specified element nameTLookup value in a dictionary, fail if no attribute found or value not in dictionaryTLookup value in a dictionary. If attribute or value not found, return default valueRead a d attribute. Fail if no match.Read a d# attribute. Return the result as a .Read a d attribute with explicit defaultRead a d attribute with implicit default Return value as a (Maybe String)Return value as string or fail7Return value as string or return provided default valueRead and return value or fail'Read and return value or return Nothing6Read and return value or return provided default value3Read and return value or return default value from  instanceSupport function for "procedural" converters: jump to an element, execute a converter, jump back. This version is safer than , because it does not rely on the internal stack. As a result, the converter can not move around in arbitrary ways. The downside is of course that some of the environment is not accessible to the converter.Support function for "procedural" converters: jumps to an element, executes a converter, jumps back. Make sure that the converter is well-behaved; that is it should return to the exact position it started from in every possible path of execution, even if it "fails". If it does not, you may encounter strange bugs. If you are not sure about the behaviour or want to use shortcuts, you can often use  instead.-Do something in a sub-element, tnen come backVApplies a converter to every child element of a specific type. Collects results in a ,. Fails completely if any conversion fails.jApplies a converter to every child element of a specific type. Collects all successful results in a list.<Takes a list of element-data - converter groups and * Finds all content of the current element * Matches each group to each piece of content in order (at most one group per piece of content) * Filters non-matched content * Chains all found converters in content-order * Applies the chain to the input elementUTakes a list of element-data - converter groups and * Finds all content of the current element * Matches each group to each piece of content in order (at most one group per piece of content) * Adds a default converter for all non-matched content * Chains all found converters in content-order * Applies the chain to the input elementFunctor over extra stated#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafeM_mNot the actual iri's, but large prefixes of them - this way there are less versioning problems and the like.e#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafePf#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableSafe"#Np5  A named styleThere are two types of styles: named styles with a style family and an optional style parent, and default styles for each style family, defining default style propertiesA reader for font pitchesMA wrapper around the font pitch reader that lifts the result into the state.-Looking up a pitch in the state of the arrow.The function does the following: * Look for the font pitch in an attribute. * If that fails, look for the font name, look up the font in the state and use the pitch from there. * Return the result in a Maybe>Rough conversion of measures into millimetres. Pixels and em's are actually implementation dependant/relative measures, so I could not really easily calculate anything exact here even if I wanted. But I do not care about exactness right now, as I only use measures to determine if a paragraph is "indented" or not.Returns a chain of parent of the current style. The direct parent will be the first element of the list, followed by its parent and so on. The current style is not in the list.}Looks up the style family of the current style. Normally, every style should have one. But if not, all parents are searched.Each  has certain . But sometimes not all property values are specified. Instead, a value might be inherited from a parent style. This function makes this chain of inheritance concrete and easily accessible by encapsulating the necessary lookups. The resulting list contains the direct properties of the style as the first element, the ones of the direct parent element as the next one, and so on.VNote: There should also be default properties for each style family. These are notu contained in this list because properties inherited from parent elements take precedence over default styles.IThis function is primarily meant to be used through convenience wrappers.E      !"#$%&'()*+,-./0123456789:;<=>?@AB     CDEFGHIJKLMNOPQ !"#$%&'()*+,-./0123456789:;RSTg(Copyright (C) 2014-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>Safe}\UICheck whether the given string looks like the path to of URL of an image.V=Cleanup and canonicalize a string describing a link. Return Nothing- if the string does not appear to be a link.WcCreates an key-value pair marking the original language name specified for a piece of source code.iCreates an key-value attributes marking the original language name specified for a piece of source code.XTranslate from Org-mode's programming language identifiers to those used by Pandoc. This is useful to allow for proper syntax highlighting in Pandoc output.UVWX 'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone%1<>?V+9Data structure for defining hierarchical Pandoc documents!Version number of pandoc library.(Split list by groups of one or more sep.6Split string into chunks divided at specified indices.>Replace each occurrence of one sublist in a list with another.PReturns an association list of backslash escapes for the designated characters.TEscape a string of characters, using an association list of characters and strings.$Strip trailing newlines from string.CRemove leading and trailing space (including newlines) from string.6Remove leading space (including newlines) from string.7Remove trailing space (including newlines) from string.1Strip leading and trailing characters from stringAChange CamelCase word to hyphenated lowercase (e.g., camel-case).1Convert number < 4000 to uppercase roman numeral.9Escape whitespace and some punctuation characters in URI.GConvert tabs to spaces. Tabs will be preserved if tab stop is set to 0.Strip out DOS line endings.*Parse a date and convert (if possible) to  YYYY-MM-DD format. We limit years to the range 1601-9999 (ISO 8601 accepts greater than or equal to 1583, but MS Word only accepts dates starting 1601).ZGenerate infinite lazy list of markers for an ordered list, depending on list attributes.Extract the leading and trailing spaces from inside an inline element and place them outside the element. SoftBreaks count as Spaces for these purposes.%Extract inlines, removing formatting.Convert pandoc structure to a string with formatting removed. Footnotes are skipped (since we don't want their contents in link labels).:Bring all regular text in a pandoc structure to uppercase.This function correctly handles cases where a lowercase character doesn't match to a single uppercase character  e.g. Strae  would be converted to STRASSE , not STRAE .Change final list item from Para to Plain if the list contains no other Para+ blocks. Like compactify, but operates on Blocks rather than [Block].Like  compactify(, but acts on items of definition lists.Y2Combine a list of lines by adding hard linebreaks.Convert a list of lines into a paragraph with hard line breaks. This is useful e.g. for rudimentary support of LineBlock elements in writers.Convert Pandoc inline list to plain text identifier. HTML identifiers must start with a letter, and may contain only letters, digits, and the characters _-.BConvert list of Pandoc blocks into (hierarchical) list of ElementslGenerate a unique identifier from a list of inlines. Second argument is a list of already used identifiers. True if block is a Header block.Shift header levels up or down.Remove empty paragraphs.Detect if a list is tight.Set a field of a Zt object. If the field already has a value, convert it into a list with the new value appended to the old value(s).Create Za from old-style title, authors, date. This is provided to ease the transition from the old API.1Remove soft breaks between East Asian characters.|Builder for underline. This probably belongs in Builder.hs in pandoc-types. Will be replaced once Underline is an element.Render HTML tags.EPerform an IO action in a directory, returning to starting directory. 9Remove intermediate "." and ".." directories from a path. OcollapseFilePath "./foo" == "foo" collapseFilePath "/bar/../baz" == "/baz" collapseFilePath "/../baz" == "/../baz" collapseFilePath "parent/foo/baz/../bar" == "parent/foo/bar" collapseFilePath "parent/foo/baz/../../bar" == "parent/bar" collapseFilePath "parent/foo/.." == "parent" collapseFilePath "/parent/foo/../../bar" == "/bar"  Schemes from  0http://www.iana.org/assignments/uri-schemes.html: plus the unofficial schemes doi, javascript, isbn, pmid. ^Check if the string is a valid URL with a IANA or frequently used but unofficial scheme (see schemes).$list of special characters to escapeTab stopInput*List of list items (each a list of blocks)5     5     h#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableNone"#%Nn[SA collection of styles read somewhere else. It is only queried here, not modified.\VA stack of the styles of parent elements. Used to look up inherited style properties.]0Keeps track of the current depth in nested lists^Lists may provide their own style, but they don't have to. If they do not, the style of a parent list may be used or even a default list style from the paragraph style. This value keeps track of the closest list style there currently is._YA map from internal anchor names to "pretty" ones. The mapping is a purely cosmetic one.`-A map of files / binary data from the archivea*Hold binary resources used in the documentb!Extract something from the stylescAn adaptation of  from Text.Pandoc.Shared that generates a unique identifier but without assuming that the id should be for a header. Second argument is a list of already used identifiers.dFirst argument: basis for a new "pretty" anchor if none exists yet Second argument: a key ("ugly" anchor) Returns: saved "pretty" anchor or created new onee>Input: basis for a new header anchor Output: saved new anchorfSGiven data about the local style changes, calculates how to modify an instance of ghReturns either  or i% depending on the current indentationjODetermines which style to use for a list, which level to use of that style, and which type of list to create as a result of this information. Then prepares the state for eventual child lists and constructs the list from the results. Two main cases are handled: The list may provide its own style or it may rely on a parent list's style. I the former case the current style in the state must be switched before and after the call to the child converter while in the latter the child converter can be called directly. If anything goes wrong, a default ordered-list-constructor is used.kEOpen Document allows several consecutive spaces if they are marked uplUA simple table without a caption or headers | Infers the number of headers from rowsmBeware: may failnBeware: may failopqr[\]^_`ai'Copyright (C) 2014-2018 Jesse RosenthalGNU GPL, version 2 or above$Jesse Rosenthal <jrosenthal@jhu.edu>alphaportableNonestuvwx'Copyright (C) 2008-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone@Determine listings language name from skylighting language name.@Determine skylighting language name from listings language name. FormatterAttributes of the CodeBlockRaw contents of the CodeBlock=>?@ABCDEFGHIJEFGHIJ?AD@>CB='Copyright (C) 2012-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone16KP*Individually selectable syntax extensions.+PHP markdown extra abbreviation definitions$Make all non-alphanumerics escapable 2Enable Text::Amuse extensions to Emacs Muse markup!Make  and escapable""ascii-only identifiers for headers#!Automatic identifiers for headers$!Make all absolute URIs into links%GitHub style ``` code blocks&&Require blank line before a blockquote'"Require blank line before a header(Bracketed spans with attributes)Pandoc/citeproc citations*FDefinition lists without space between items, and disallow laziness+'Definition lists as in pandoc, mmd, php,HNewlines in paragraphs are ignored between East Asian wide characters-Support emoji like :smile:.Allow empty paragraphs/+Recognise the EPUB extended version of HTML0%Treat a backslash at EOL as linebreak1 Markdown-style numbered examples2(Enable fancy list numbers and delimiters3&Allow attributes on fenced code blocks4Parse fenced code blocks5Allow fenced div syntax :::6PandocPHPMMD style footnotes7(Require 4-space indent for list contents8UAutomatic identifiers for headers, using GitHub's method for generating identifiers9Grid tables (pandoc, reST):$All newlines become hard line breaks;+Explicit header attributes {#id .class k=v}<"Newlines in paragraphs are ignored=*A paragraph with just an image is a figure>$Implicit reference links for headers?Allow attributes on inline code@Pandoc-style inline notesA'Treat underscore inside word as literalB-Parse LaTeX macro definitions (for math only)CRST style line blocksDlink and image attributesE#Allow lists without preceding blankF#Enable literate Haskell conventionsGFInterpret text inside HTML as markdown iff container has attribute markdownH(Interpret as markdown inside HTML blocksI-Multimarkdown style header identifiers [myid]J#MMD style reference link attributesKMultimarkdown metadata blockLPandoc-style multiline tablesMUse Div blocks for contents of  div tagsN!Use Span inlines for contents of spanOConTeXt Natural TablesP- = em, - before number = enQPandoc title blockR&Pipe tables (as in PHP markdown extra)S!Allow explicit raw blocks/inlinesTAllow raw HTMLUAllow raw TeX (other than math)VShortcut reference linksWPandoc-style simple tablesXSmart& quotes, apostrophes, ellipses, dashesY'Require space between # and header textZ)Allow space between two parts of ref link[-Make start number of ordered list significant\Strikeout using ~~this~~ syntax]Subscript using ~this~ syntax^Superscript using ^this^ syntax_$Read styles that pandoc doesn't know`Pandoc-style table captionsaTeX math between $..$ or $$..$$bTeX math btw \(..\) \[..\]c TeX math btw .. ..dYAML metadata blockk4Extensions to be used with pandoc-flavored markdown.l-Extensions to be used with plain text output.m4Extensions to be used with github-flavored markdown.n4Extensions to be used with github-flavored markdown.o)Extensions to be used with multimarkdown.p4Language extensions to be used with strict markdown.q1Default extensions from format-describing string.rParse a format-specifying string into a markup format and a function that takes Extensions and enables and disables extensions as defined in the format spec.V/.MNTC !"#$%&'()*+,-0123456789:;<=>?@ABDEFGHIJKLOPQRSUVWXYZ[\]^_`abcdefghijklmnopqrV !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdegfrhijqklpmnoG !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdey'Copyright (C) 2012-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone16C9Options for writersTemplate to useVariables to set in template*Tabstop for conversion btw spaces and tabsInclude table of contents#True if lists should be incrementalHow to print math in HTMLNumber sections in LaTeX,Starting number for section, subsection, ... Put sections in div tags in HTML$Markdown extensions that can be used,Use reference links in writing markdown, rstDpi for pixel to from inchcm conversionsOption for wrapping text(Characters in a line (for text wrapping)How to obfuscate emailsIPrefix for section & note ids in HTML and for footnote marks in markdownHow to print citesUse  q tags for quotes in HTMLForce header level of slidesType of top-level divisionsUse listings package for code:Style to use for highlighting (Nothing = no highlighting)-Use setext headers for levels 1-2 in markdownSubdir for epub in OCFMetadata to include in EPUBPaths to fonts to embed*Header level for chapters (separate files)"Number of levels to include in TOC'Path to reference document if specified9Location of footnotes and references for writing markdown9Locations for footnotes and references in markdown output End of block1prior to next section header (or end of document)at end of document/Options defining the type of top-level headers.Top-level headers become parts!Top-level headers become chapters!Top-level headers become sections.Top-level type is determined via heuristics(Options for wrapping text in the output.Automatically wrap to widthNo non-semantic newlines!Preserve wrapping of input source9Options for accepting or rejecting MS Word track-changes.Varieties of HTML slide shows.0Methods for obfuscating email addresses in HTML.Syntax extensionsStandalone document with headerNumber of columns in terminalTab stop)Default classes for indented code blocks!Strings to treat as abbreviationsDefault extension for imagesTrack changes setting for docx2Strip HTML comments instead of parsing as raw HTML/Returns True if the given extension is enabled./.MNTC !"#$%&'()*+,-0123456789:;<=>?@ABDEFGHIJKLOPQRSUVWXYZ[\]^_`abcdefghijklmnopqrW   z{'Copyright (C) 2017 2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneO'(Represents BCP 47 language/country code.-Render a Lang as BCP 47..Get the contents of the lang metadata field or variable./Parse a BCP 47 string as a Lang. Currently we parse extensions and private-use fields as "variants," even though officially they aren't. '()*+,-./ ./'()*+,-'()*+,jNoneS|`takes a list of keys/properties and a CSS string and returns the corresponding key-value-pairs.}takes a list of key/property synonyms and a CSS string and maybe returns the value of the first match (in order of the supplied list)~|}k'Copyright (C) 2012-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneXFind level of header that starts slides (defined as the least header level that occurs before a non-header/non-hrule in the blocks).5Prepare a block list to be passed to hierarchicalize.'Copyright (C) 2010-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableSafe_@8Convert UTF8-encoded ByteString to Text, also removing '\r' characters.A:Convert UTF8-encoded ByteString to String, also removing '\r' characters.B8Convert UTF8-encoded ByteString to Text, also removing '\r' characters.C:Convert UTF8-encoded ByteString to String, also removing '\r' characters.3456789:;<=>?@ABCDEFGHI3456789:;<=>?A@FDCEBGHIl'Copyright (C) 2017-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone6KbJJm'Copyright (C) 2014-2018 Jesse RosenthalGNU GPL, version 2 or above$Jesse Rosenthal <jrosenthal@jhu.edu>alphaportableNone%;=eyW*+,       'Copyright (C) 2011-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneVyQadCalculate (height, width) in points using the image file's dpi metadata, using 72 Points == 1 Inch.bCalculate (height, width) in points, considering the desired dimensions in the attribute, while falling back on the image file's dpi metadata if no dimensions are specified in the attribute (or only dimensions in percentages).gConvert a Dimension to a String denoting its equivalent in inches, for example "2.00000". Note: Dimensions in percentages are converted to the empty string.hConvert a Dimension to a String denoting its equivalent in pixels, for example "600". Note: Dimensions in percentages are converted to the empty string.i\Maybe split a string into a leading number and trailing unit, e.g. "3cm" to Just (3.0, "cm")jScale a dimension by a factor.kRead a Dimension from an Attr attribute. `dimension Width attr` might return `Just (Pixel 3)` or for example `Just (Centimeter 2.0)`, etc."KLMNOPQRSTUVWXYZ[\]^_`abcdefghijkl"UVWXYZ[\^_`abKLMNOPQRSTkljefcdigh]2 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOP QRSTUVWXYZ[\]^_`abKLMNOPQRSTUVWXYZ[\'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone16~4Handle PandocError by exiting with an error message.y~z{|}yz{|}~yz{|}~6Copyright (C) 2016-17 Jesse Rosenthal, John MacFarlaneGNU GPL, version 2 or above$Jesse Rosenthal <jrosenthal@jhu.edu>alphaportableNone 3;<=>?KV7The W contains ersatz representations of things that would normally be obtained through IO.4 represents state that is used by all instances of d. Normally users should not need to interact with it directly; instead, auxiliary functions like  and  withMediaBag should be used.'A list of log messages in reverse order"Directory to search for data files%Absolute URL + dir of 1st source file Headers to add for HTTP requests#Media parsed from binary containersTranslations for localization%List of input files from command lineOutput file from command line2Path to search for resources like included imagesVerbosity level.Controls whether tracing messages are issued.The PandocMonad typeclass contains all the potentially IO-related functions used in pandoc's readers and writers. Instances of this typeclass may implement these functions in IO (as in T) or using an internal state that represents a file system, time, and so on (as in ).Lookup an environment variable.Get the current (UTC) time.Get the locale's time zone.*Return a new generator for random numbers.Return a new unique integer.IRetrieve contents and mime type from a URL, raising an error on failure.QRead the lazy ByteString contents from a file path, raising an error on failure.SRead the strict ByteString contents from a file path, raising an error on failure.SReturn a list of paths that match a glob, relative to the working directory. See no for the glob syntax.Returns True if file exists.Returns the path of data file.'Return the modification time of a file.Get the value of the  used by all instances of .Set the value of the  used by all instances of *. | Get the value of a specific field of .%Get the value of a specific field of . Modify the .Set the verbosity level.Get the verbosity level.Log a message using  . Note that  is called only if the verbosity level exceeds the level of the message, but the message is added to the list of log messages that will be retrieved by # regardless of its verbosity level.EDetermine whether tracing is enabled. This affects the behavior of . If tracing is not enabled,  does nothing.+Set request header to use in HTTP requests.Initialize the media bag.1Read file, checking in any number of directories.GConvert BCP47 string to a Lang, issuing warning if there are problems. Select the language to use with V. Note that this does not read a translation file; that is only done the first time  is used.cLoad term map.YGet a translation from the current term map. Issue a warning if the term is not defined. Evaluate a  operation. Evaluate a Y operation, handling any errors by exiting with an appropriate message and error status.d(Utility function to lift IO errors into ys.eSpecialized version of parseURIReference that disallows single-letter schemes. Reason: these are usually windows absolute paths.,Set the user data directory in common state..Get the user data directory from common state.lFetch an image or other item from the local filesystem or the net. Returns raw content and maybe mime type.VRead file from user data directory or, if not found there, from Cabal data directory.)Read file from from Cabal data directory.hFetch local or remote resource (like an image) and provide data suitable for adding it to the MediaBag.VTraverse tree, filling media bag for any images that aren't already in the media bag.1Extract media from the mediabag into a directory.^Add the specified file to the FileTree. If file is a directory, add its contents recursively.Insert an ersatz file into the . Header nameValue`J`Jfg  'Copyright (C) 2009-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneK.Get default template for the specified writer.Like hD, but runs in PandocMonad and raises an error if compilation fails.Name of writerhijklm'Copyright (C) 2011-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone`Convert HTML into self-contained HTML, incorporating images, scripts, and CSS using data: URIs.#Copyright (C) 2015 Martin LinnemannGNU GPL, version 2 or above1Martin Linnemann <theCodingMarlin@googlemail.com>alphaportableNoneA'Copyright (C) 2011-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneRead native formatted text and return a Pandoc document. The input may be a full pandoc document, a block list, a block, an inline list, or an inline. Thus, for example, Str "hi"will be treated as if it were "Pandoc nullMeta [Plain [Str "hi"]]String to parse (assuming '\n' line endings)(Copyright (C) 2017-2018 Hamish MackenzieGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneNnopqrstuCopyright (C) 2013 David LazarGNU GPL, version 2 or aboveVDavid Lazar <lazar6@illinois.edu>, John MacFarlane <jgm@berkeley.edu>alphaNone "Parse Haddock markup and return a v document.w Create an x1, stripping superfluous characters as appropriateyReader optionsString to parse  #Copyright (C) 2018 Alexander KrotovGNU GPL, version 2 or above$Alexander Krotov <ilabdsf@gmail.com>alphaportableNone<NzParse a child of  <FictionBook> element.{Parse a child of  <description> element.|Parse a child of <body> element.}Parse a <binary> element.~Parse  authorTypeParse  titleTypeParse  imageTypeParse pTypeParse citeTypeParse citeType childParse poemTypeParse  epigraphTypeParse annotationTypeParse  sectionTypeparse  styleTypeParse namedStyleTypeParse linkTypeParse  styleLinkTypeParse  tableTypeParse title-infoTypeParse inlineImageType element  'Copyright (C) 2014-2018 Jesse RosenthalGNU GPL, version 2 or above$Jesse Rosenthal <jrosenthal@jhu.edu>alphaportableNone'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone'Extract a math equation from an element3asciidoc can generate Latex math in CDATA sections.@Note that if some MathML can't be parsed it is silently ignored!6Get the actual text stored in a verbatim CData block. : returns the text still surrounded by the [[CDATA]] tags.Returns  if this is not a verbatim CDataSet the prefix of a name to 9The element from which to extract a mathematical equation<A constructor for some Inlines, taking the TeX code as input'Copyright (C) 2015-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone+Parse a CommonMark formatted string into a v structure.pJ 2012 2018 John MacFarlane, 2017-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>alphaNone;= NHelper class for pushing a single value to the stack via a lua function. See  pushViaCall.&Adjust the stack index, assuming that n- new elements have been pushed on the stack./Get value behind key from table at given index.:Add a key-value pair to the table at the top of the stack.JAdd a function to the table at the top of the stack, using the given name./Get value behind key from table at given index.1Set numeric key/value in table at the given index7Set numeric key/value in table at the top of the stack.0Get, then pop the value at the top of the stack.Push an value to the stack via a lua function. The lua function is called with all arguments that are passed to this function and is expected to return a single value.JCall a pandoc element constructor within lua, passing all given arguments.)Load a file from pandoc's data directory.Load a string and immediately perform a full garbage collection. This is important to keep the program from hanging: If the program contained a call to require., the a new loader function was created which then become garbage. If that function is collected at an inopportune times, i.e. when the Lua API is called via a function that doesn't allow calling back into Haskell (getraw, setraw, &), then the function's finalizer, and the full program, will hang.IGet the tag of a value. This is an optimized and specialized version of Lua.getfield idx "tag"6. It only checks for the field on the table at index idx) and on its metatable, also ignoring any __index value on the metatable.qI 2012-2018 John MacFarlane 2017-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>alphaNone;=V]Wrapper for Attr7Push an meta value element to the top of the lua stack.;Interpret the value at the given stack index as meta value.2Push an block element to the top of the lua stack.9Return the value at the given index as block if possible.3Push an inline element to the top of the lua stack.:Return the value at the given index as inline if possible.rNone<i1Push the filter function to the top of the stack.*Try running a filter for the given elementPush a value to the stack via a lua filter function. The filter function is called with given element as argument and is expected to return an element. Alternatively, the function can return nothing or nil, in which case the element is left unchanged. s&Copyright 2017-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>alphaNonet'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley@edu>alphaportableNoneu'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley@edu>alphaportableNone v&Copyright 2017-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>alphaNone-0Push the "pandoc.utils" module to the lua stack.CConvert list of Pandoc blocks into (hierarchical) list of Elements.*Parse a date and convert (if possible) to  YYYY-MM-DD format. We limit years to the range 1601-9999 (ISO 8601 accepts greater than or equal to 1583, but MS Word only accepts dates starting 1601). Returns nil instead of a string if the conversion failed.(Run a JSON filter on the given document.)Calculate the hash of the given contents.Convert pandoc structure to a string with formatting removed. Footnotes are skipped (since we don't want their contents in link labels).3Convert a number < 4000 to uppercase roman numeral.w'Copyright (C) 2010-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableSafe/2\Copyright (C) 2011-2012 Sergey Astanin 2012-2018 John MacFarlaneGNU GPL, version 2 or aboveJohn MacFarlanealphaportableNoneIFictionBook building monad.VData to be written at the end of the document: (foot)notes, URLs, references, images. #, ID, textfilename, URL or path&list marker of the parent ordered listProduce an FB2 document from a v document.MDivide the stream of blocks into sections and convert to XML representation.Only  p and  empty-line are allowed within  title in FB2.EDivide the stream of block elements into sections: [(title, blocks)].-Make another FictionBook body with footnotes.sFetch images and encode them for the FictionBook XML. Return image data and a list of hrefs of the missing images.6Fetch image data from disk or from network and make a  binaryM XML section. Return either (Left hrefOfMissingImage) or (Right xmlContent).5Extract mime type and encoded data from the Data URI.IConvert a block-level Pandoc's element to FictionBook XML representation.DConvert a Pandoc's Inline element to FictionBook XML representation.>Wrap all inlines with an XML tag (given its unqualified name). Convert an  to plaintext.Create an XML element.Put empty lines around content Create a plain-text XML content.1Create an XML attribute with an unqualified name.CCreate an XML attribute with a qualified name from given namespace.Unqualified name Qualified name Abbreviation for . Monadic equivalent of .conversion optionsdocument to convert'FictionBook2 document (not encoded yet)URI"Maybe (mime,charset,isBase64,data)unqualified element name node contents XML content     NoneOQ-Converts a raw TeX math formula to a list of v+ inlines. Defaults to raw formula between $ or $$2 characters if entire formula can't be converted.Converts a raw TeX math formula using a writer function, issuing a warning and producing a fallback (a raw string) on failure.String to parse (assumes '\n' line endings) 'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneR~ !Prettyprint Pandoc block element. Prettyprint Pandoc document.  !'Copyright (C) 2012-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneUs*9Scales the image to fit the page sizes are passed in emu !"#$%&'()* "#$%&'()!*"'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNonea +'Escape one character as needed for XML.,FEscape string as needed for XML. Entity references are not preserved. Escape newline characters as ?Return a text object with a string of formatted XML attributes.-}Put the supplied contents between start and end tags of tagType, with specified attributes and (if specified) indentation..>Return a self-closing tag of tagType with specified attributes/@Put the supplied contents between start and end tags of tagType.0CPut the supplied contents in indented block btw start and end tags.19Escape all non-ascii characters using numerical entities.+,-./012+,-./012#'Copyright (C) 2013-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneuu3&Create JSON value for template from a Z and an association list of variables, specified at the command line or in the writer. Variables overwrite metadata fields with the same names. If multiple variables are set with the same name, a list is assigned. Does nothing if  is Nothing.4Like 3:, but does not include variables and is not sensitive to .5KAdd variables to JSON object, replacing any existing values. Also include  meta-jsonq, a field containing a string representation of the original JSON object itself, prior to addition of variables.6*Retrieve a field value from a JSON object.7Set a field of a JSON object. If the field already has a value, convert it into a list with the new value appended to the old value(s). This is a utility function to be used in preparing template contexts.8Reset a field of a JSON object. If the field already has a value, the new value replaces it. This is a utility function to be used in preparing template contexts.9Set a field of a JSON object if it currently has no value. If it has a value, do nothing. This is a utility function to be used in preparing template contexts.>headless 3456789:;<=>? 3456789:<=>?;$=Copyright (C) 2008-2018 John MacFarlane, 2017-2018 Alex IvkinGNU GPL, version 2 or aboveAlex Ivkin <alex@ivkin.net>betaportableNone~ @Convert Pandoc to ZimWiki. *Return ZimWiki representation of document. &Escape special characters for ZimWiki. (Convert Pandoc block element to ZimWiki. 5Convert bullet list item (list of blocks) to ZimWiki. 6Convert ordered list item (list of blocks) to ZimWiki. 1Convert list of Pandoc block elements to ZimWiki. 2Convert list of Pandoc inline elements to ZimWiki. )Convert Pandoc inline element to ZimWiki.@@      %'Copyright (C) 2010-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneBConvert Pandoc to Textile. *Return Textile representation of document. +Escape one character as needed for Textile. $Escape string as needed for Textile. (Convert Pandoc block element to Textile. 8Convert ordered list attributes to HTML attribute string @Convert bullet or ordered list item (list of blocks) to Textile. @Convert definition list item (label, list of blocks) to Textile. YTrue if the list can be handled by simple wiki markup, False if HTML tags will be needed. !dTrue if list item can be handled with the simple wiki syntax. False if HTML tags will be needed. "3Concatenates strings with line breaks between them. #1Convert list of Pandoc block elements to Textile. $2Convert list of Pandoc inline elements to Textile. %)Convert Pandoc inline element to Textile. Options Block element #OptionsList of block elementsBB & ' ( ) * +&VCopyright (C) 2008-2018 John MacFarlane 2012 Peter WangGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneB CConvert Pandoc to Texinfo. ,Add a Top- node around the document, needed by Texinfo. -$Escape things as needed for Texinfo. .#Puts contents into Texinfo command. /(Convert Pandoc block element to Texinfo. 0)Convert Pandoc block elements to Texinfo. 1+Convert list of inline elements to Texinfo. 2FConvert list of inline elements to Texinfo acceptable for a node name. 3!Convert inline element to Texinfo /Block to convert 1Inlines to convert 2Inlines to convert 3Inline to convertCC 4 5 6 7 8 9 : ;''Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone <%Convert list of authors to a docbook  author sectionD4Convert Pandoc document to string in Docbook format. =Convert an Element to TEI. >'Convert a list of Pandoc blocks to TEI. ?2Auxiliary function to convert Plain block to Para. @XConvert a list of pairs of terms and definitions into a TEI list with labels and items. A<Convert a term and a list of blocks into a TEI varlistentry. B>Convert a list of lists of blocks to a list of TEI list items. C.Convert a list of blocks into a TEI list item. D&Convert a Pandoc block element to TEI. E)Convert a list of inline elements to TEI. F!Convert an inline element to TEI.DD('Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneV GConvert Image inlines into a raw RTF embedded image, read from a file, or a MediaBag, or the internet. If file not found or filetype not jpeg or png, leave the inline unchanged.E/Convert Pandoc to a string in rich text format. H7Construct table of contents from list of header blocks. IHConvert unicode characters (> 127) into rich text format representation. JEscape special characters. K.Escape strings as needed for rich text format. L.Escape things as needed for code block in RTF. MGMake a paragraph with first-line indent, block indent, and space after. NDefault paragraph. O0Compact paragraph (e.g. for compact list items). P8Returns appropriate bullet list marker for indent level. QDReturns appropriate (list of) ordered list markers for indent level. R$Convert Pandoc block element to RTF. SYEnsure that there's the same amount of space after compact lists as after regular lists. T*Convert list item (list of blocks) to RTF. U<Convert definition list item (label, list of blocks) to RTF. V$Convert list of inline items to RTF. WConvert inline item to RTF. Mspace after (in twips)block indent (in twips)0first line indent (relative to block) (in twips) alignmentstring with content Nblock indent (in twips)0first line indent (relative to block) (in twips) alignmentstring with content Oblock indent (in twips)0first line indent (relative to block) (in twips) alignmentstring with content R indent level alignmentblock to convert T alignment indent levellist start markerlist item (list of blocks) U alignment indent levellist item (list of blocks) Vlist of inlines to convert Winline to convertEE)'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneUFConvert Pandoc to RST. X&Return RST representation of document. Y1Return RST representation of reference key table. Z-Return RST representation of a reference key. [#Return RST representation of notes. \$Return RST representation of a note. ]5Return RST representation of picture reference table. ^>Return RST representation of a picture substitution reference. _"Escape special characters for RST. `$Convert Pandoc block element to RST. a1Convert bullet list item (list of blocks) to RST. b4Convert ordered list item (a list of blocks) to RST. c;Convert defintion list item (label, list of blocks) to RST. d%Format a list of lines as line block. e-Convert list of Pandoc block elements to RST.GFlattens nested inlines. Extracts nested inlines and goes through them either collapsing them in the outer inline container or pulling them out of it f.Convert list of Pandoc inline elements to RST. g%Convert Pandoc inline element to RST. ` Block element bmarker for list itemlist item (list of blocks) eList of block elements hList of block elementsFGFG i j k l m n o p qx'Copyright (C) 2017-2018 Jesse RosenthalGNU GPL, version 2 or above$Jesse Rosenthal <jrosenthal@jhu.edu>alphaportableNoneKԛe r s t u v w x y z { | } ~   r s t u v w x y z { | } ~                     y'Copyright (C) 2017-2018 Jesse RosenthalGNU GPL, version 2 or above$Jesse Rosenthal <jrosenthal@jhu.edu>alphaportableNone'                              *'Copyright (C) 2017-2018 Jesse RosenthalGNU GPL, version 2 or above$Jesse Rosenthal <jrosenthal@jhu.edu>alphaportableNoneݢHWriter optionsDocument to convertHH+_ 2010-2015 Puneeth Chaganti <punchagan@gmail.com> 2010-2018 John MacFarlane <jgm@berkeley.edu> 2016-2018 Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> License : GNU GPL, version 2 or above Maintainer : Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> Stability : alpha Portability : portableNoneIConvert Pandoc to Org. &Return Org representation of document. #Return Org representation of notes. $Return Org representation of a note. "Escape special characters for Org. $Convert Pandoc block element to Org. !1Convert bullet list item (list of blocks) to Org. "4Convert ordered list item (a list of blocks) to Org. #;Convert defintion list item (label, list of blocks) to Org. $;Convert list of key/value pairs to Org :PROPERTIES: drawer. %-Convert list of Pandoc block elements to Org. &.Convert list of Pandoc inline elements to Org. '%Convert Pandoc inline element to Org. (TTranslate from pandoc's programming language identifiers to those used by org-mode. )4List of language identifiers recognized by org-mode.  Block element "marker for list itemlist item (list of blocks) %List of block elementsII * + , - .,(Copyright (C) 2017-2018 Alexander KrotovGNU GPL, version 2 or above$Alexander Krotov <ilabdsf@gmail.com>stableportableNone( /Escape ] if True 0 True if newlines are not allowedJConvert Pandoc to Muse. 1'Return Muse representation of document. 2iHelper function for flatBlockListToMuse | Render all blocks and insert blank lines between the first two 3MConvert list of Pandoc block elements to Muse | without setting envTopLevel. 4.Convert list of Pandoc block elements to Muse. 5%Convert Pandoc block element to Muse. 6$Return Muse representation of notes. 7%Return Muse representation of a note. 8#Escape special characters for Muse. 9-Escape special characters for Muse if needed. :.Convert list of Pandoc inline elements to Muse ;=Normalize and convert list of Pandoc inline elements to Muse. <&Convert Pandoc inline element to Muse. 2List of block elementsNumber of blank lines 3List of block elements 4List of block elements 5 Block elementJJ = > ? @ A B C D E F / G 0-'Copyright (C) 2007-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone LConvert Pandoc to Ms. H+Return groff ms representation of document. I)Association list of characters to escape. J:Escape | character, used to mark inline math, inside math. K!Escape special characters for Ms. L'Escape a literal (code) section for Ms. M>Returns the first sentence in a list of inlines, and the rest. N'Split a list of inlines into sentences. O0Convert bullet list item (list of blocks) to ms. P3Convert ordered list item (a list of blocks) to ms. Q;Convert definition list item (label, list of blocks) to ms. R,Convert list of Pandoc block elements to ms. S-Convert list of Pandoc inline elements to ms. T$Convert Pandoc inline element to ms. UOptions Block element Poptionsorder marker for list itemnumber of spaces to indentlist item (list of blocks) ROptionsList of block elementsLL V W X Y Z [ \ ] ^.'Copyright (C) 2007-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneMConvert Pandoc to Man. _,Return groff man representation of document. `#Return man representation of notes. a$Return man representation of a note. b)Association list of characters to escape. c"Escape special characters for Man. d(Escape a literal (code) section for Man. e>Returns the first sentence in a list of inlines, and the rest. f'Split a list of inlines into sentences. g$Convert Pandoc block element to man. h1Convert bullet list item (list of blocks) to man. i4Convert ordered list item (a list of blocks) to man. j<Convert definition list item (label, list of blocks) to man. k-Convert list of Pandoc block elements to man. l.Convert list of Pandoc inline elements to man. m%Convert Pandoc inline element to man. gOptions Block element ioptionsorder marker for list itemnumber of spaces to indentlist item (list of blocks) kOptionsList of block elementsMM n o p q r/'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneV%NConvert Pandoc to LaTeX.OConvert Pandoc to LaTeX Beamer. sConvert Elements to LaTeX t!Puts contents into LaTeX command. u&Convert Pandoc block element to LaTeX. vFCraft the section header, inserting the secton reference, if supplied. w)Convert list of inline elements to LaTeX. xConvert inline element to LaTeX uBlock to convert wInlines to convert xInline to convertNONO y z { | } ~  0,Copyright (C) 2014-2015,2017 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneV2 QConvert Pandoc to Haddock. *Return haddock representation of document. 'Return haddock representation of notes. &Escape special characters for Haddock. (Convert Pandoc block element to haddock. 4Convert bullet list item (list of blocks) to haddock 7Convert ordered list item (a list of blocks) to haddock ?Convert definition list item (label, list of blocks) to haddock 0Convert list of Pandoc block elements to haddock 2Convert list of Pandoc inline elements to haddock. )Convert Pandoc inline element to haddock. Options Block element optionslist item markerlist item (list of blocks) OptionsList of block elementsQQ  1'Copyright (C) 2008-2018 John MacFarlaneGNU GPL, version 2 or above*Clare Macrae <clare.macrae@googlemail.com>alphaportableNoneERSConvert Pandoc to DokuWiki. +Return DokuWiki representation of document. 'Escape special characters for DokuWiki. )Convert Pandoc block element to DokuWiki. 8Convert ordered list attributes to HTML attribute string 6Convert bullet list item (list of blocks) to DokuWiki. ~Convert ordered list item (list of blocks) to DokuWiki. | TODO Emiminate dreadful duplication of text from listItemToDokuWiki AConvert definition list item (label, list of blocks) to DokuWiki. YTrue if the list can be handled by simple wiki markup, False if HTML tags will be needed. dTrue if list item can be handled with the simple wiki syntax. False if HTML tags will be needed. 3Concatenates strings with line breaks between them. For each string in the input list, convert all newlines to dokuwiki escaped newlines. Then concat the list using double linebreaks. 2Convert list of Pandoc block elements to DokuWiki. 3Convert list of Pandoc inline elements to DokuWiki. *Convert Pandoc inline element to DokuWiki. Options Block element OptionsList of block elementsSS   2'Copyright (C) 2012-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone%QVN~ ACertain characters are invalid in XML even if escaped. See #1992 See XML reference \Convert Pandoc document to two lists of OpenXML elements (the main document and footnotes). +Convert a list of Pandoc blocks to OpenXML. ,Key for specifying user-defined docx styles. *Convert a Pandoc block element to OpenXML. -Convert a list of inline elements to OpenXML. %Convert an inline element to OpenXML.VWriter optionsDocument to convertVV   3'Copyright (C) 2007-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneVX [Convert Pandoc to ConTeXt. #escape things as needed for ConTeXt Escape string for ConTeXt Sanitize labels Convert Elements to ConTeXt (Convert Pandoc block element to ConTeXt. *Convert list of block elements to ConTeXt. +Convert list of inline elements to ConTeXt. !Convert inline element to ConTeXt GCraft the section header, inserting the section reference, if supplied. Craft the section footer 6Generate a textual representation of the section level Inlines to convert Inline to convert[[   4'Copyright (C) 2012-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneVb^]pdf creator (pdflatex, lualatex, xelatex, wkhtmltopdf, weasyprint, prince, context, pdfroff) arguments to pass to pdf creatorwriteroptionsdocument temp dir to store imagesdocument Verbosity levelArguments to the latex-enginetemp directory for output tex program tex source Verbosity level+Program (wkhtmltopdf, weasyprint or prince)Args to program HTML5 source Verbosity leveltemp directory for outputConTeXt source^^5:Copyright (C) 2008-2018 Andrea Rossato and John MacFarlaneGNU GPL, version 2 or above,Andrea Rossato <andrea.rossato@ing.unitn.it>alphaportableNone<i 2Auxiliary function to convert Plain block to Para._9Convert Pandoc document to string in OpenDocument format. 0Convert a list of Pandoc blocks to OpenDocument. /Convert a Pandoc block element to OpenDocument. 2Convert a list of inline elements to OpenDocument. *Convert an inline element to OpenDocument.__          6'Copyright (C) 2008-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneVob+Produce an ODT file from a Pandoc document. +Produce an ODT file from a Pandoc document. &transform both Image and Math elementsbWriter optionsDocument to convert Writer optionsDocument to convertbb   7'Copyright (C) 2008-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone~: cConvert Pandoc to MediaWiki. ,Return MediaWiki representation of document. (Escape special characters for MediaWiki. *Convert Pandoc block element to MediaWiki. 8Convert ordered list attributes to HTML attribute string BConvert bullet or ordered list item (list of blocks) to MediaWiki. BConvert definition list item (label, list of blocks) to MediaWiki. YTrue if the list can be handled by simple wiki markup, False if HTML tags will be needed. dTrue if list item can be handled with the simple wiki syntax. False if HTML tags will be needed. 3Concatenates strings with line breaks between them. 3Convert list of Pandoc block elements to MediaWiki. 4Convert list of Pandoc inline elements to MediaWiki. +Convert Pandoc inline element to MediaWiki.  Block element List of block elementscc  ! " # $ % & ' (8'Copyright (C) 2017-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone) )1Convert Pandoc document to string in JATS format. *Convert an Element to JATS. +(Convert a list of Pandoc blocks to JATS. ,2Auxiliary function to convert Plain block to Para. -TConvert a list of pairs of terms and definitions into a list of JATS varlistentrys. .=Convert a term and a list of blocks into a JATS varlistentry. /?Convert a list of lists of blocks to a list of JATS list items. 0/Convert a list of blocks into a JATS list item. 1'Convert a Pandoc block element to JATS. 2*Convert a list of inline elements to JATS. 3"Convert an inline element to JATS.dd 4 59'Copyright (C) 2013-2018 github.com/mb21GNU GPL, version 2 or abovealphaNone<Vg1Convert Pandoc document to string in ICML format. 6:Auxilary functions for parStylesToDoc and charStylesToDoc. 7&The monospaced font to use as default. 8#How much to indent blockquotes etc. 94How much to indent numbered lists before the number. :TConvert a WriterState with its block styles to the ICML listing of Paragraph Styles. ;UConvert a WriterState with its inline styles to the ICML listing of Character Styles. <Escape colon characters as %3a =LConvert a list of (identifier, url) pairs to the ICML listing of hyperlinks. >(Convert a list of Pandoc blocks to ICML. ?'Convert a Pandoc block element to ICML. @5Convert a list of lists of blocks to ICML list items. A,Convert a list of blocks to ICML list items. B*Convert a list of inline elements to ICML. C"Convert an inline element to ICML. D5Convert a list of block elements to an ICML footnote. EBAuxiliary function to merge Space elements into the adjacent Strs. FIntersperse line breaks G9Wrap a list of inline elements in an ICML Paragraph Style H&Wrap a Doc in an ICML Character Style. IhTransform a Style to a tuple of String (eliminating duplicates and ordered) and corresponding attribute. JAssemble an ICML Image.gg K L M N O P Q:'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone%V^c# R List of notes SMath is used in document T q tag is used USyntax highlighting is used VNumber of current section WProcessing an Element X Use HTML5 YEPUB version if for epub ZNumber of code block [Hard linebreak.h)Convert Pandoc document to Html 5 string.i,Convert Pandoc document to Html 5 structure.j)Convert Pandoc document to Html 4 string.k,Convert Pandoc document to Html 4 structure.l@Convert Pandoc document to Html appropriate for an epub version.m5Convert Pandoc document to Reveal JS HTML slide show.n.Convert Pandoc document to S5 HTML slide show.o1Convert Pandoc document to Slidy HTML slide show.p4Convert Pandoc document to Slideous HTML slide show.q4Convert Pandoc document to DZSlides HTML slide show. \ALike Text.XHtml's identifier, but adds the writerIdentifierPrefix ]2Construct table of contents from list of elements. ^ Convert section number to string _nConverts an Element to a list item for a table of contents, retrieving the appropriate identifier from state. `Convert an Element to Html. a*Convert list of Note blocks to a footnote  div. Assumes notes are sorted. b;Parse a mailto link; return Just (name, domain) or Nothing. cObfuscate a "mailto:" link. dObfuscate character as entity. e Obfuscate string using entities.r Create HTML tag with attributes. f%Convert Pandoc block element to HTML. g/Convert list of Pandoc inline elements to HTML. h1Annotates a MathML expression with the tex source i&Convert Pandoc inline element to HTML.rTrue for HTML5True if self-closing tagTag textPandoc style tag attributes hijklmnopqr kjihlnopqmr j k R S T U V W X Y l Z;'Copyright (C) 2010-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone<Vs-Produce an EPUB2 file from a Pandoc document.t-Produce an EPUB3 file from a Pandoc document. m,Produce an EPUB file from a Pandoc document. n Version of  n that specifies UTF-8 encoding.sWriter optionsDocument to converttWriter optionsDocument to convert mWriter optionsDocument to convertstst o p q r s t u v w x y z { | } ~      <'Copyright (C) 2015-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone6{Convert Pandoc to CommonMark.{{='Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneR %Convert list of authors to a docbook  author section 4Convert Pandoc document to string in Docbook format. Convert an Element to Docbook. +Convert a list of Pandoc blocks to Docbook. 2Auxiliary function to convert Plain block to Para. WConvert a list of pairs of terms and definitions into a list of Docbook varlistentrys. @Convert a term and a list of blocks into a Docbook varlistentry. BConvert a list of lists of blocks to a list of Docbook list items. 2Convert a list of blocks into a Docbook list item. *Convert a Pandoc block element to Docbook. -Convert a list of inline elements to Docbook. %Convert an inline element to Docbook.|}|}  'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone ;<=>?KV.c&Used when parsing inside single quotes&Used when parsing inside double quotes#Used when not parsing inside quotes.Used when running parser on list item contents Default state$Single line of characters underneath#Lines of characters above and belowParsing options. User options Inside list?Inside quoted environment?Allow parsing of linksMax # of nested Strong/EmphPosition after last str parsedList of reference keys List of implicit header ref keysList of substitution referencesList of notes (raw bodies)List of notes (parsed bodies)List of note references usedDocument metadataDocument metadataRST-style citations!Ordered list of header types used5List of headers and ids (used for implicit ref links)Header identifiers usedNumber of next example"Map from example labels to numbersTable of macros defined so far)Current rST default interpreted text roleCurrent rST custom text roles Triple represents: 1) Base role, 2) Optional format (only for :raw: roles), 3) Additional classes (rest of Attr is unused)).Caption in current environment#Tag type of HTML block being parsedDepth of fenced divparent include files log messagesTrue if in markdown=1 contextReader monad wrapping the parser state. This is used to possibly delay evaluation until all relevant information has been parsed and made available in the parser state.+Parse characters while a predicate is true.Parse any line of text7Parse any line, include the final newline in the output;Parse indent by specified number of spaces (or equiv. tabs)Like manyTill, but reads at least one item.Like manyTill,, but also returns the result of end parser.Like sepBy1' from Parsec, but does not fail if it sep succeeds and p fails.A more general form of  notFollowedBy. This one allows any type of parser to be specified, and succeeds only if that parser fails. It does not consume any input.Parses one of a list of strings. If the list contains two strings one of which is a prefix of the other, the longer string will be matched if possible.CParses one of a list of strings (tried in order), case insensitive.Parses a space or tab.(Parses a nonspace, nonnewline character."Skips zero or more spaces or tabs.8Skips zero or more spaces or tabs, then reads a newline.@Parses one or more blank lines and returns a string of newlines.pGobble n spaces; if tabs are encountered, expand them and gobble some or all of their spaces, leaving the rest.vGobble up to n spaces; if tabs are encountered, expand them and gobble some or all of their spaces, leaving the rest.7Parses material enclosed between start and end parsers.Parse string, case insensitive.Parse contents of str using parser and return result.Like  but specialized for . This resets &, which is almost always what we want.5Parse raw line block up to and including blank lines.Parse a string of characters between an open character and a close character, including text between balanced pairs of open and close, which must be different. For example, charsInBalanced '(' ')' anyChar: will parse "(hello (there))" and return "hello (there)".@Parses a roman numeral (uppercase or lowercase), returns number.QParses an email address; returns original and corresponding escaped mailto: URI.?Parses a URI. Returns pair of original and URI-escaped version.Applies a parser, returns tuple of its results and its horizontal displacement (the difference between the source column at the end and the source column at the beginning). Vertical displacement (source row) is ignored.jApplies a parser and returns the raw string that was parsed, along with the value produced by the parser.0Parses backslash, then applies character parser.Parse character entity.CParses an uppercase roman numeral and returns (UpperRoman, number).BParses a lowercase roman numeral and returns (LowerRoman, number).7Parses a decimal numeral and returns (Decimal, number).  Parses a '@' and optional label and returns (DefaultStyle, [next example number]). The next example number is incremented in parser state, and the label (if present) is added to the label table.  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. IParses a list number (num) followed by a period, returns list attributes. HParses a list number (num) followed by a paren, returns list attributes. GParses a list number (num) enclosed in parens, returns list attributes.PParses an ordered list marker with a given style and delimiter, returns number.7Parses a character reference and returns a Str element.=Parses an RST-style line block and returns a list of strings.Parse a table using  headerParser,  rowParser,  lineParser, and  footerParser. %Separator between rows of grid table. Parse header for a grid table. Parse row of grid table. Parse footer for a grid table.:Removes the ParsecT layer from the monad transformer stack,Parse a string with a given parser and stateParse a string with parser (for testing).Add a log message.FReport all the accumulated log messages, according to verbosity level.)Succeed only if the extension is enabled.*Succeed only if the extension is disabled. 3Update the position on which the last string ended. /Whether we are right after the end of a string.IParse content of include file as blocks. Circular includes result in an PandocParseError.PParse content of include file as future blocks. Circular includes result in an PandocParseError. start parser end parser&content parser (to be used repeatedly)Uppercase if trueParser to apply(result, displacement)Parser for character to escapeBlock list parserHeaderless tableBlock list parserHeaderless table Headerless tableparser initial stateinput  !"#$%&'()*+,-./0123456789:;<          3)*(-&$2  +  .,01 /#"!<'%784569:;5>'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneNV^L5Convert Pandoc to Markdown.6aConvert Pandoc to plain text (like markdown, but without links, pictures, or inline formatting). +Return markdown representation of document. 6Return markdown representation of reference key table. 2Return markdown representation of a reference key. (Return markdown representation of notes. )Return markdown representation of a note. 'Escape special characters for Markdown. 7Construct table of contents from list of header blocks. ;Converts an Element to a list item for a table of contents, 0Ordered list start parser for use in Para below. 1True if string begins with an ordered list marker )Convert Pandoc block element to markdown. 6Convert bullet list item (list of blocks) to markdown. 9Convert ordered list item (a list of blocks) to markdown. AConvert definition list item (label, list of blocks) to markdown. 2Convert list of Pandoc block elements to markdown. Get reference for target; if none exists, create unique one and return. Prefer label if possible; otherwise, generate a unique key. 3Convert list of Pandoc inline elements to markdown. *Convert Pandoc inline element to markdown. Options Block element Options Block element optionslist item markerlist item (list of blocks) OptionsList of block elements5656   ?'Copyright (C) 2013-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneP}91Convert Pandoc document to string in OPML format. Convert an Element to OPML.99@'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone] :Convert Pandoc to AsciiDoc. +Return asciidoc representation of document. 'Escape special characters for AsciiDoc. 0Ordered list start parser for use in Para below. 1True if string begins with an ordered list marker )Convert Pandoc block element to asciidoc. 6Convert bullet list item (list of blocks) to asciidoc. 9Convert ordered list item (a list of blocks) to asciidoc. AConvert definition list item (label, list of blocks) to asciidoc. 2Convert list of Pandoc block elements to asciidoc. 3Convert list of Pandoc inline elements to asciidoc. *Convert Pandoc inline element to asciidoc. Options Block element optionslist item markerlist item (list of blocks) OptionsList of block elements::   A"Copyright (C) 2017-2018 Yuchen PeiGNU GPL, version 2 or aboveYuchen Pei <me@ypei.me>alphaportableNone_;;B$Copyright (C) 2014 Matthew PickeringGNU GPL, version 2 or above/Matthew Pickering <matthewtpickering@gmail.com>Nonei<vAn object for the T2T macros meta information the contents of each field is simply substituted verbatim into the file> Current date? Last modification time of infile@ Input fileA Output fileB4Get the meta information required by Txt2Tags macrosC>Read Txt2Tags from an input string returning a Pandoc document Read Txt2Tags (ignoring all macros) from an input string returning a Pandoc document readTxt2TagsNoMacros :: PandocMonad m => ReaderOptions -> String -> m Pandoc readTxt2TagsNoMacros = readTxt2Tags<=>?@ABCCB<=>?@A<=>?@AC#Copyright (C) 2017 Robin Lee PowellGPLv2+Robin Lee Powell <robinleepowell@gmail.com>alphaportableNone<qF@Read TikiWiki from an input string and return a Pandoc document. |foo||8||row1-column1|row1-column2||row2-column1|row2-column2||8||row1-column1|row1-column2 row2-column1|row2-column2||S||row1-column1|row1-column2 row2-column1|row2-column2||row3-column1|row3-column2||[|| Orange | Apple | more Bread | Pie | more Butter | Ice cream | and more ||FF   D'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone<V|M9Parse reStructuredText string and return Pandoc document. RPromote all headers in a list of blocks. (Part of title transformation for RST.) If list of blocks starts with a header (or a header and subheader) of level that are not found elsewhere, return it as a title and promote all the other headers. Also process a definition list right after the title block as metadata.MReader optionsString to parse (assuming '\n' line endings) list of blocks, metadata!modified list of blocks, metadata Headerless table Headerless table Headerless tableMMz(Copyright (C) 2014-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>None;=>?B Export settings  .http://orgmode.org/manual/Export-settings.html7 These settings can be changed via OPTIONS statements. How to treat archived trees 0Specify drawer names which should be exported. Left@ names are explicitly excluded from the resulting output while Right= means that only the listed drawer names should be included. Parse emphasized text @Maximum depth of headlines, deeper headlines are convert to list Whether to preserve linebreaks Parse quotes smartly !Parse ellipses and dashes smartly )TeX-like syntax for sub- and superscripts !Include author in final meta-data "Include creator in final meta-data  Include email in final meta-data Keep tags as part of headlines Keep TODO keywords in headers /Options for the way archived trees are handled. Export the complete tree %Exclude archived trees from exporting .Export only the headline, discard the contents Org-mode parser state sChars allowed to occur before emphasis; spaces and newlines are always ok in addition to what is specified here. Chars allowed at after emphasis FCollection of todo markers in the order in which items should progress A ToDo keyword like TODO or DONE. &The states in which a todo item can be Macro expander function Map of functions for link transformations. The map key is refers to the link-type, the corresponding function transforms the given link string. Table of footnotes IAn inline note / footnote containing the note key and its (inline) value. xThis is used to delay evaluation until all relevant information has been parsed and made available in the parser state. Get the current todo/done sequences. If no custom todo sequences have been defined, return a list containing just the default todo/done sequence.M                ! " #   $ % & ' ( ) * + , - . / 0 1 2 3 4 5   6 7 8  9 :    ; < = > ? @                  ! " #   $ % & ' ( ) * + , - . / 0 1 2 3 4 5  6 7 8  : 9{(Copyright (C) 2014-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>None A"The parser used to read org files. BParse any line of text C)Skip one or more tab or space characters. DLike Text.Parsec.Char.newline&, but causes additional state changes. ELike Text.Parsec.Char.blanklines&, but causes additional state changes. F$Succeeds when we're in list context. GParse in different context HGet an export setting. ISet the current position as the last position at which a forbidden char was found (i.e. a character which is not allowed at the inner border of markup). JtSet the current parser position as the position at which a character was seen which allows inline markup to follow. K-Read the key of a plist style key-value list. L/Read the value of a plist style key-value list. M*Chars treated as part of a word in plists. GNew parser contextParser to run in that contextr  !#&')*,./01<    A B N C D E F G H I J K L M|(Copyright (C) 2014-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>None O(Horizontal Line (five -- dashes or more) P8Read the start of a header line, return the header level Q0Succeeds if the parser is at the end of a block. O P R S T U V W X Y Z Q} 2016 2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>None+ [$Setter function for export settings. \9Read and handle space separated org-mode export settings. ]1Read and process a single org-mode export option. ^7A boolean option, either nil (False) or non-nil (True). _An integer-valued option. `DEither the string "headline" or an elisp boolean and treated as an ArchivedTreesOption. a7A list or a complement list (i.e. a list starting with ). b#Read but ignore the export setting. c^Read an elisp boolean. Only NIL is treated as false, non-NIL values are interpreted as true. \~(Copyright (C) 2014-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>None"#%< d,Org mode headline (i.e. a document subtree). e(Key/value pairs from a PROPERTIES drawer f!The value assigned to a property. g1The key (also called name or type) of a property. h!Parse input as org document tree. i)Create a tag containing the given string. j~Create a property key containing the given string. Org mode keys are case insensitive and are hence converted to lower case. k4Create a property value containing the given string. l:Check whether the property value is non-nil (i.e. truish). mGRead an Org mode headline and its contents (i.e. a document subtree). lvl0 gives the minimum acceptable level of the tree. nHConvert an Org mode headline (i.e. a document tree) into pandoc's Blocks oCheck if the title starts with COMMENT. FIXME: This accesses builder internals not intended for use in situations like these. Replace once keyword parsing is supported. p5Wrap the given inline in a span, marking it as a tag. qLRead a :PROPERTIES: drawer and return the key/value pairs contained within. h n d r s t u v w x y f z { g | } ~  E'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone;=>?VN#Parse LaTeX from string and return v document.NReader optionsString to parse (assumes '\n' line endings) table environment name pref/suffixesNOPQRSTNOQPRST   (Copyright (C) 2014-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>None &Parse a single Org-mode inline element &Read the rest of the input as inlines. An endline character that can be treated as a space, not a structural break. This should reflect the values of the Emacs variable org-element-pagaraph-separate. %A citation in Pandoc Org-mode style ([prefix @citekey suffix]). Read an Berkeley-style Org-mode citation. Berkeley citation style was develop and adjusted to Org-mode style by John MacFarlane and Richard Lawrence, respectively, both philosophers at UC Berkeley. Read a link-like org-ref style citation. The citation includes pre and post text. However, multiple citations are not possible due to limitations in the syntax. RRead a citation key. The characters allowed in citation keys are taken from the `org-ref-cite-re` variable in  `org-ref.el`. Supported citation types. Only a small subset of org-ref types is supported for now. TODO: rewrite this, use LaTeX reader as template. ]Take a link and return a function which produces new inlines when given description inlines. Parse an anchor like  anchor-id and return an empty span with  anchor-id< set as id. Legal anchors in org-mode are defined through org-target-regexp9, which is fairly liberal. Since no link is created if  anchor-idL contains spaces, we are more restrictive in what is accepted as an anchor. 4Replace every char but [a-zA-Z0-9_.-:] with a hypen =". This mirrors the org function org-export-solidify-link-text. ;Parses an inline code block and marks it as an babel block. !Parses a raw string delimited by c using Org's math rules !Parse a single character between c using math rules 0Parses the start (opening character) of emphasis (Parses the closing character of emphasis #Like many1Till, but parses at most n+1 lines. p must not consume newlines. 3Chars not allowed at the (inner) border of emphasis %The maximum number of newlines within 4Chars allowed after an inline ($...$) math statement /Chars not allowed at the (inner) border of math 6Maximum number of newlines in an inline math statement :Whether we are right behind a char allowed before emphasis 9Whether the parser is right after a forbidden border char %Read a sub- or superscript expression  opening char closing charparser   (Copyright (C) 2014-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>None<N 4Returns the current meta, respecting export options. Parse and handle a single line containing meta information The order, in which blocks are tried, makes sure that we're not looking at the beginning of a block, so we don't need to check for it 'Read an format specific meta definition Accumulate the result of the parser in a list under key. PAn ad-hoc, single-argument-only implementation of a printf-style format parser. (Copyright (C) 2014-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>None"#< (Whether a switch flag is specified with + or -. AAttributes that may be added to figures (like a name or caption). Get a list of blocks. ,Get the meta information saved in the state. ,Parse a horizontal rule into a block element (Convert BlockAttributes into pandoc Attr )Parse key-value pairs for HTML attributes $Read an org-mode block delimited by +BEGIN_TYPE and  +END_TYPE. &Read the raw string content of a block ,Read but ignore all remaining block headers. LRead a block containing code intended for export in specific backends only. Read a code block and the associated results block if present. Which of boths blocks is included in the output is determined using the "exports" argument in the block header. 2Parse the result of an evaluated babel code block. Parse code block arguments Parses a switch's polarity. $Parses a source block switch option. *Generic source block switch-option parser. fReads a line number switch option. The line number switch can be used with example and source blocks. A generic drawer which has no special meaning for org-mode. Whether or not this drawer is included in the output depends on the drawers export setting. Figures or an image paragraph (i.e. an image on a line by itself). Only images with a caption attribute are interpreted as figures. 7Succeeds if looking at the end of the current paragraph *Example code marked up by a leading colon. Include the content of a file. A normal org table  parse raw text for one list item       F(Copyright (C) 2014-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>None`3Parse org-mode string and return a Pandoc document.`Reader optionsString to parse (assuming '\n' line endings)``G'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone%;<=>?$ Set if in chapter section Set if in pPlainc!Convert HTML-formatted string to v document.h+Matches a stretch of HTML in balanced tags.i*Matches a tag meeting a certain condition.cReader optionsString to parse (assumes '\n' line endings) abcdefghi cihdeabfgab   H\Copyright (C) 2010-2012 Paul Rivier 2010-2018 John MacFarlaneGNU GPL, version 2 or above&Paul Rivier <paul*rivier#demotera*com>alphaportableNoneR-t2Parse a Textile text and return a Pandoc document. -Generate a Pandoc ADT from a textile document Parse document blocks ,Block parsers list tried in definition order 4Any block in the order of definition of blockParsers #Code Blocks in Textile are between  pre and /pre /Header of the form "hN. content" with N in 1..6 $Blockquote of the form "bq. content" Can be a bullet list or an ordered list. This implementation is strict in the nesting, sublist must start at exactly "parent depth plus one" VThis allow one type of list to be nested into an other type, provided correct nesting >Bullet List of given depth, depth being the number of leading ; DBullet List Item of given depth, depth being the number of leading ; @Ordered List of given depth, depth being the number of leading # EOrdered List Item of given depth, depth being the number of leading # #Common implementation of list items :A definition list is a set of consecutive definition items List start character. A definition list item in textile begins with '- ', followed by the term defined, then spaces and ":=". The definition follows, on the same single line, or spaned on multiple line, after a line break. 3A raw Html Block, optionally followed by blanklines Raw block of LaTeX content 4In textile, paragraphs are separated by blank lines. !A table cell spans until a pipe | 'A table row is made of many table cells  A table with an optional header. &Ignore markers for cols, thead, tfoot.  Blocks like p and  c do not need explicit block tag. However, they can be used to set HTML/CSS attributes when needed. Any inline element Inline parsers tried in order Inline markups  Trademark, registered, copyright  Special chars Break strings on following chars. Space tab and newline break for inlines breaking. Open paren breaks for mark. Quote, dash and dot break for smart punctuation. Punctuation breaks for regular punctuation. Double quote breaks for named links. > and < break for inline html. "Parse a hyphened sequence of words  Any string Some number of space chars 9In Textile, an isolated endline character is a line break Raw LaTeX Inline WTextile standard link syntax is "label":target. But we can also have ["label":target]. image embedding literal text escaped btw  notextile tags ,Any special symbol defined in wordBoundaries  Inline code !Html / CSS attributes "'Parses material surrounded by a parser. #Create a singleton listtReader optionsString to parse (assuming '\n' line endings) block tag nameimplicit block "surrounding parser&content parser (to be used repeatedly) $surrounding parserInline constructor&content parser (to be used repeatedly)ttI%Copyright (C) 2014 Alexander SulfrianGNU GPL, version 2 or above4Alexander Sulfrian <alexander.sulfrian@fu-berlin.de>alphaportableNone<Uu=Read twiki from an input string and return a Pandoc document.uuJ(Copyright (C) 2017-2018 Alexander KrotovGNU GPL, version 2 or above$Alexander Krotov <ilabdsf@gmail.com>alphaportableNone<N< %#Internal Muse table representation. &Document metadata '5List of headers and ids (used for implicit ref links) (Position after last str parsed ):True when parsing a link description to avoid nested links *,True when looking for a paragraph terminatorv<Read Muse from an input string and return a Pandoc document. +Parse Muse document ,8Trim up to one newline from the beginning of the string. -2Trim up to one newline from the end of the string. .@Parse end-of-line, which can be either a newline or end-of-file. />Parse HTML tag, returning its attributes and literal contents. 0"Convert HTML attributes to Pandoc  1 2$Parse a line comment, starting with ; in the first column. 31Parse a horizontal rule, consisting of 4 or more '-' characters. 4Parse a single-line heading. 5uParse a multi-line heading. It is a Text::Amuse extension, Emacs Muse does not allow heading to span multiple lines. 6Parse an example between {{{ and }}}K. It is an Amusewiki extension influenced by Creole wiki, as described in  Text::Amuse documentation. 7 Parse an  <example> tag. 8Parse a  <literal> tag as a raw block. For  9  <literal> parser, see  :. ;Parse <center>J tag. Currently it is ignored as Pandoc cannot represent centered blocks. <Parse <right>J tag. Currently it is ignored as Pandoc cannot represent centered blocks. =Parse <quote> tag. >Parse <div> tag. <div>9 tag is supported by Emacs Muse, but not Amusewiki 2.025. ?Parse <biblio> tag, the result is the same as <div class="biblio">. <biblio>+ tag is supported only in Text::Amuse mode. @Parse <play> tag, the result is the same as <div class="play">. <play>+ tag is supported only in Text::Amuse mode. AParse <verse> tag. BParse  <comment> tag. CParse paragraph contents. DParse a paragraph. E Parse a line block indicated by '>' characters. FParse a bullet list. G:Parses an ordered list marker and returns list attributes. HParse an ordered list. IParse a definition list. JParse a table. KParse a table header row. LParse a table body row. MParse a table footer row. NParse table caption. OParse a soft break. PParse a footnote reference. QParse <br> tag. RParse an inline tag, such as <em> and <strong>. S)Parse strong inline markup, indicated by **. T+Parse emphasis inline markup, indicated by *. U,Parse underline inline markup, indicated by _6. Supported only in Emacs Muse mode, not Text::Amuse. VParse <strong> tag. WParse <em> tag. XParse <sup> tag. YParse <sub> tag. ZParse <del> tag. [Parse  <verbatim> tag. \Parse <class> tag. ] Parse "~~" as nonbreaking space. ^ Parse code markup, indicated by '=' characters. _Parse <code> tag. `Parse <math> tag. <math>+ tag is an Emacs Muse extension enabled by (require 'muse-latex2png) : Parse inline  <literal> tag as a raw inline. aParse a link or image. /Tag name bTag name cTag name 5Terminator parser CTerminator parser DTerminator parser d IndentationTerminator parser ITerminator parser eTerminator parser fNumber of separator characters RTag namevv g h i j k % l m n o p q r & s ' t ( u v ) *K'Copyright (C) 2012-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone }ARead mediawiki from an input string and return a Pandoc document. wFblah | blah }} * next list item which seems to be valid mediawiki. x:Parses a list of inlines between start and end delimiters.}Reader optionsString to parse (assuming '\n' line endings)}} y z { | } ~  L'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneV.@Read markdown from an input string and return a Pandoc document. $Succeeds when we're in list context. zParse a sequence of inline elements between square brackets, including inlines between balanced pairs of square brackets. PHP Markdown Extra style abbreviation key. Currently we just skip them, since Pandoc doesn't have an element for an abbreviation. Parse a table using  headerParser,  rowParser,  lineParser, and  footerParser2. Variant of the version in Text.Pandoc.Parsing. :Parses a list of inlines between start and end delimiters. We treat a span as SmallCaps if class is "smallcaps" (and no other attributes are set or if style is "font-variant:small-caps" (and no other attributes are set).Reader optionsString to parse (assuming '\n' line endings) Headerless table Headerless table Headerless table Headerless table Headerless tableM'Copyright (C) 2013-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone7  N)Copyright (C) 2014-2018 Matthew PickeringGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone%N RootOCopyright (C) 2017 Sascha WildeGNU GPL, version 2 or above Sascha Wilde <wilde@sha-bang.de>alphaportableNone>Read creole from an input string and return a Pandoc document.  start parser end parser&content parser (to be used repeatedly)P'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNoneV(Association list of formats and readers.DRetrieve reader, extensions based on formatSpec (format+extensions).&Read pandoc document from JSON format.q  ;CFMN`ctuv}};M`Nct uFCv q&Copyright 2017-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>alphaNone< 1Push the "pandoc" on the lua stack. Requires the list module to be loaded. Pipes input through a command.   &Copyright 2017-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>alphaNone<VC /Parameters used to create lua packages/modules. JInsert pandoc's package loader as the first loader, making it the default. Load a pandoc module. 2Get the string representation of the pandoc module   &Copyright 2017-2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>alphaNoneRRun the lua interpreter, using pandoc's default way of environment initalization. ?Generate parameters required to setup pandoc's lua environment.   Q'Copyright (C) 2012-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone1;= 'Key-value pair, pushed as a table with a as the only key and v as the associated value. Convert Pandoc to custom markup. 'Convert Pandoc block element to Custom. 0Convert list of Pandoc block elements to Custom. 1Convert list of Pandoc inline elements to Custom. (Convert Pandoc inline element to Custom.  Block element List of block elements    R'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone&';=V(Association list of formats and writers.DRetrieve writer, extensions based on formatSpec (format+extensions).1 @BCDEFHIJLMNOQSV[_bcdghijkmnopqst{|}569:1:O{[q|}VSstQkjihgdNM5cLJ b9_I6HFEmnpoDCB@&Copyright 2017 2018 Albert KrewinkelGNU GPL, version 2 or above/Albert Krewinkel <tarleb+pandoc@moltkeplatz.de>alphaNoneˢRun the Lua filter in  filterPath( for a transformation to target format format;. Pandoc uses Lua init files to setup the Lua interpreter.'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley@edu>alphaportableNone 'Copyright (C) 2006-2017 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley@edu>alphaportableNone'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley.edu>alphaportableNone&';=V0hijklm v Z x 1   9     MNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrs/.MNTC !"#$%&'()*+,-0123456789:;<=>?@ABDEFGHIJKLOPQRSUVWXYZ[\]^_`abcdefghijklmnopqrJy~z{|}   @BCDEFHIJLMNOQSV[_bcdghijkmnopqst{|}569:;CFMN`ctuv}S'Copyright (C) 2006-2018 John MacFarlaneGNU GPL, version 2 or above"John MacFarlane <jgm@berkeley@edu>alphaportableNone6NV@C(Data structure for command line options.Number of spaces per tab-Preserve tabs instead of converting to spacesInclude header, footer Reader format Writer formatInclude table of contentsBase header levelCustom templateTemplate variables to setMetadata fields to setName of output fileNames of input filesNumber sections in LaTeXStarting number for sections Put sections in div tags in HTMLUse incremental lists in SlidySlideousS5Make HTML accessible offlineUse  q tags in HTML!Style to use for highlighted codexml syntax defs to loadType of the top-level divisionsMethod to print HTML mathPath to abbrevs filePath of reference docEPUB subdir in OCF container EPUB metadataEPUB fonts to embed'Header level at which to split chaptersCover image for epub"Number of levels to include in TOCOutput command-line argumentsIgnore command-line argumentsVerbosity of diagnostic outputEnable tracingFile to write JSON log outputFail on warnings,Use reference links in writing markdown, rst=location for footnotes and link references in markdown outputDpiOptions for wrapping textLine length in charactersFilters to applyStrip empty paragraphs(Default classes for indented code blocksMethod to output cites$Use listings package for code blocks$Program to use for latex/html -> pdfFlags to pass to the engine Header level that creates slides&Use atx headers for markdown level 1-2!Use ascii characters only in htmlDefault image extensionPath to extract embedded media'Accept or reject MS Word track-changes."Parse input files before combiningPrefix for titleCSS files to link toFiles to include beforeFiles to include after bodyFiles to include in headerPath to search for images etcHeaders for HTTP requestsStyle of line-endings to useSkip HTML comments"Defaults for command-line options.jA list of functions, each transforming the options data structure in response to a command-line option.user-specified writer nameuser-specified pdf-engine#IO (writerName, maybePdfEngineProg)QQD                                                              ! " # $ % &'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRST UVVWXYZZ[\]^_`abcdefghijklmn o p q r s t u v w x y z { | } ~                                                 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abccdefghijklmnopqrstuvwxyz{|}~l      !!"#$$%&''()*+,-./012344566789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\ ]^_`abcdefghijklmnopqrstuvwxyz{|}~ !!!!!!!!!!""""""""#############$$%&'())*+,,-.///00111222223334555678889:::::::::::;;;;;;;;<====       !"#$%&'()*+,-.//0123456789:;<=>?@ABCDEFGHIJKLMNNOPQRSTUVWXYZ[\]^_`abcd78efghijklmnopqrstuvwxyz{|}~>>>>?@ABBBBBBBBBBCCCCCCCDEEEEEEEEEEEEEEEEEEFGGGGGGGGGGGGGGGGGGGHIJJJJJJJKKKKKLMMMNOPP P P P P QQQQQQQQQRRRRRR !"S#S#S$S%S&S'S(S)S*S+S,S-S.S/S0S1S2S3S4S5S6S7S8S9S:S;S<S=S>S?S@SASBSCSDSESFSGSHSISJSKSLSMSNSOSPSQSRSSSTSUSVSWSXSYSZS[S\S]S^S_S`SaSbScSdSeSfSgShSiSjSkSlSmSnSoSpSqSrSsStSuSvwxyz{|}|~wwwyyyw\w]wwwwwwyyyyyyyywwwww     wwwwyyyyyyywwwy y!y"y#$y%y`&'&(&)*+,-w./0123456789:;:<:=>?@ABCDEFGHGIGJGK/L&MNOPQRSTUVWXYZ[\|]|^|_|`|a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|wxyz{|w}w~wwwwww,,yyyUUUUUUUUMVVVVVVVV ':WWWWWWXXXXYYYYYYYZZZZZZZZZZZZZZZZZZZ[[[[[[[[[[[[[[[[[^^^^^^__)___````````````````aaaaaaaaaaaaaaaaa a a a a aaaaaaaaaaaabbbbbbb b!b"b#w$b%b&b'b'b(c)c*c+c,c-c.c/c0c1c2c3c456c7c8c9c:c;c<c=c>c?c@cAcBcCcDEcFcGcHcIcJcKcLcMcNcOcPcQcRcScTcUcVcWcXcPdYdZd[d\d]d^d_d`dadbdcdddedfdgdhdidjdkdldmdndodpdqdrdsdtdudvdwdxeyeze{ff|f}f~fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff|ffffffffffffffffffffffffffffgggg hhhhhhhhhhhhhhhhhhhhhhiiiiiijjjkklllllllll l l l l lllllllllllllmmmmmmmm m!m"m#m$m%m&m'm(m)m*m+m,m,m-m.m/m0m1m2m3m4m5m6m7m8m9m:m;m<m=m>m?m?m@m@mAmAmBmCmDmEmFmGmHmHmmImJmKmLmMmNmOmOmPmPmQmRmSmTmTmUmVmWmXmYmZm[m\m\m]m]m^m^m_m`mambmcmmdmdmemfmgmhmimimXmYmjmkmlmmmnmnmomomZmpmpmqmrmsmtmumvmmmwmxmymymzm{m|m}mm~mmm#    4            p p p p p p p p p p p p p p p p p q q !q "q #q $q %q &q q 'r (r )r *r r +r ,r -r .r /r 0r r +r 1s 2t 3u 4v 2vvv 5v 6vvv 7v 8v 9v :v ;v <w =w =w >w ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ A ] ^" _" `$ a$ b$ c$ d$ e$ f$ g$ h$ i$ i$ j$ k$ l$ m% n% o% p% q% r% s% t% u% v%0% w% x% y% i% i% z% {% |% }& ~& & & & & & & & i& i& & & & & & ' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ) ) ) ) ) ) ) ) b) ) ) ) ) ) ) ) ) ) i) i) z) ) ) ) ) ) x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x,x x x x x x x x x x x x x x x x x x x x xDxDx x x xFx x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ix ix x x x7x x x x x x x x x x x x !x "y #y $y $y %y &y 'y 'y (y )y *y *y +y ,yYyYy -y .y /y iy iy 0y 1y 2y 3y 3y 4y 5y 6y 7y 8y 9y :y ;y <y =y y y >y ?y @y y Ay y y y !y By Cy Dy E+ F+ G+ H+ b+ I+ J+ K+ L+ M+ N+ O+ P+ Q+ R+ i+ i+ z+ + , S, T, U, V, W, X, Y, Z, [, b, \, ], ^, _, i, i, z, `, , , a, b, c, d, e- f- g- h- b- i- j- k- l- m- n- o- p- q- r- i- i- s- t- z- u- v- w- x. y. z. {. |. b. i. j. k. }. ~. . . . . . i. i. z. x. / / / / / / / / / / / i/ i/ / / / / / z/ / / / / / / / / / / v/ / / / 0 0 0 b0 0 0 0 0 0 0 0 i0 i0 z1 1 b1 1 r1 1 1 1 u1 v101 1 1 1 1 1 1 k1 }1 1 i1 i2 2 2 2 2 2 2 2 2 i2 i2 2 2 2 2 2 2 2 2 2 t2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 i3 i3 3 3 4 4 4 4 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 i5 i5 z5 5 5 5 5 5 5 5 5 t5 6 6 6 6 6 7 7 b7 7 r7 7 7 u7 v707 7 7 7 7 7n7 7 7 i7 i7 z7 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 9 9 9 9 9 9 !9 "9 #9 $9 %9 &9 '9 (9 )9 *9 +9 i9 i9 ,9 -9 .9 /9 0: z: 1: 2: v: 3: 4: 5: 6: 7: 8: 9: : :: ;: <: =: >: ?: @: A: B: C: D: E: i: i: F; G; H; I; J; K; L; L; M; N; O; P; P; Q; R; S; S; T; U; V; W; W; X; Y; Z; Z; [; \; ]; ^; _; `; a; b; c; d; e; f; g; h; i; j; k; l; m; n; n; o; p; ; = q= r= s= t= = u= v= w= x= y= z= {= |= }= ~          > > > > > > b> > ;> > > > > > > > > > > > i> i> z> > > > `> > > > > > > > ? @ @ b@ @ @ @ @ @ @ @ @ @ @ @ @ i@ i@ @ @ @ @ B C C C C C CC C C D D D D Dz z z z z z z z z z z z z z z z z z z z z z z z z z z z zMz z z z z z z z z z z z z z z z z z z z z z z z z z z z z z z z z z z z z { {Y{ {{8{ { { { { { { { {i| | | | | | | | | | | | } } } } } } } } } ~ ~ ~ ~ ~ ~ ~ ~ !~ "~ #~ $~ %~ &~ M~ ~ '~ (~ )~ *~ +~ ,~ -~ ~ .~ ~ /~ 0~ 0~ 1E 2E 3E 3E 4E 5E 6E 7E 8E 9E :E ;E <E =E >E ?E @E AE BE CE DE D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~             m G G G G G G G G G G G G G H H H H H H HH H H H H H H H H H H H H H H H H H H EH H H H H H H H H GH H H H H H H H H H J J J J J J J J J J J J  J J J J J J J  J J J J J J J J J J J J J J J J J J J J J J GJ J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J J K K K K K K K K K K K K L L L !LL LL L L "L #LM $M $M %M &M 'M (M )N IOg 2 * + + , - . / 0 1 2 / 3 4 5 6 7 8Q 9Q :Q ;Q <Q =Q >Q >Q 9Q ?Q ? 4 @ A @ B @ C @ D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h h i j k l m n o p q r s t u v w x y z { | } ~                            S !pandoc-2.2-KD32X0OYC8b1nhrxe2wM15Text.Pandoc.PrettyText.Pandoc.OptionsText.Pandoc.LuaText.Pandoc.ParsingText.Pandoc.Readers.LaTeX.TypesText.Pandoc.HighlightingText.Pandoc.AsciifyText.Pandoc.EmojiText.Pandoc.LoggingText.Pandoc.MIMEText.Pandoc.MediaBagText.Pandoc.ProcessText.Pandoc.SharedText.Pandoc.ExtensionsText.Pandoc.BCP47Text.Pandoc.UTF8Text.Pandoc.ClassText.Pandoc.ImageSizeText.Pandoc.ErrorText.Pandoc.TemplatesText.Pandoc.SelfContainedText.Pandoc.Readers.OdtText.Pandoc.Readers.NativeText.Pandoc.Readers.JATSText.Pandoc.Readers.HaddockText.Pandoc.Readers.FB2Text.Pandoc.Readers.DocxText.Pandoc.Readers.DocBookText.Pandoc.Readers.CommonMarkText.Pandoc.Writers.FB2Text.Pandoc.Writers.MathText.Pandoc.Writers.NativeText.Pandoc.Writers.OOXMLText.Pandoc.XMLText.Pandoc.Writers.SharedText.Pandoc.Writers.ZimWikiText.Pandoc.Writers.TextileText.Pandoc.Writers.TexinfoText.Pandoc.Writers.TEIText.Pandoc.Writers.RTFText.Pandoc.Writers.RSTText.Pandoc.Writers.PowerpointText.Pandoc.Writers.OrgText.Pandoc.Writers.MuseText.Pandoc.Writers.MsText.Pandoc.Writers.ManText.Pandoc.Writers.LaTeXText.Pandoc.Writers.HaddockText.Pandoc.Writers.DokuWikiText.Pandoc.Writers.DocxText.Pandoc.Writers.ConTeXtText.Pandoc.PDF Text.Pandoc.Writers.OpenDocumentText.Pandoc.Writers.ODTText.Pandoc.Writers.MediaWikiText.Pandoc.Writers.JATSText.Pandoc.Writers.ICMLText.Pandoc.Writers.HTMLText.Pandoc.Writers.EPUBText.Pandoc.Writers.CommonMarkText.Pandoc.Writers.DocbookText.Pandoc.Writers.MarkdownText.Pandoc.Writers.OPMLText.Pandoc.Writers.AsciiDocText.Pandoc.Readers.VimwikiText.Pandoc.Readers.Txt2TagsText.Pandoc.Readers.TikiWikiText.Pandoc.Readers.RSTText.Pandoc.Readers.LaTeXText.Pandoc.Readers.OrgText.Pandoc.Readers.HTMLText.Pandoc.Readers.TextileText.Pandoc.Readers.TWikiText.Pandoc.Readers.MuseText.Pandoc.Readers.MediaWikiText.Pandoc.Readers.MarkdownText.Pandoc.Readers.OPMLText.Pandoc.Readers.EPUBText.Pandoc.Readers.CreoleText.Pandoc.ReadersText.Pandoc.Writers.CustomText.Pandoc.WritersText.Pandoc.AppPrelude Paths_pandocText.Pandoc.CSV Text.Pandoc.Readers.Docx.CombineText.Pandoc.Readers.Docx.FieldsText.Pandoc.Readers.Docx.Util!Text.Pandoc.Readers.Docx.StyleMap(Text.Pandoc.Readers.Odt.Generic.FallibleMonadfail*Text.Pandoc.Readers.Odt.Generic.Namespaces&Text.Pandoc.Readers.Odt.Generic.SetMap%Text.Pandoc.Readers.Odt.Generic.Utils$Text.Pandoc.Readers.Odt.Arrows.Utils$Text.Pandoc.Readers.Odt.Arrows.State,Text.Pandoc.Readers.Odt.Generic.XMLConverter"Text.Pandoc.Readers.Odt.NamespacesText.Pandoc.Readers.Odt.Base#Text.Pandoc.Readers.Odt.StyleReaderText.Pandoc.Readers.Org.Shared%Text.Pandoc.Readers.Odt.ContentReaderText.Pandoc.Readers.Docx.ListsText.Pandoc.CSSText.Pandoc.SlidesText.Pandoc.TranslationsText.Pandoc.Readers.Docx.ParseSystem.FilePathGlobText.Pandoc.Lua.UtilText.Pandoc.Lua.StackInstancesText.Pandoc.Lua.FilterText.Pandoc.Lua.Module.MediaBagText.Pandoc.Filter.PathText.Pandoc.Filter.JSONText.Pandoc.Lua.Module.UtilsText.Pandoc.UUID+Text.Pandoc.Writers.Powerpoint.Presentation%Text.Pandoc.Writers.Powerpoint.Output#Text.Pandoc.Readers.Org.ParserStateText.Pandoc.Readers.Org.Parsing#Text.Pandoc.Readers.Org.BlockStarts&Text.Pandoc.Readers.Org.ExportSettings$Text.Pandoc.Readers.Org.DocumentTreeText.Pandoc.Readers.Org.InlinesText.Pandoc.Readers.Org.MetaText.Pandoc.Readers.Org.BlocksText.Pandoc.Lua.Module.PandocText.Pandoc.Lua.PackagesText.Pandoc.Lua.InitText.Pandoc.Filter.LuaText.Pandoc.Filter Text.PandocbaseData.Semigroup<>1data-default-class-0.1.2.0-65ekPiG1XHJGG1Sy8NeI1LData.Default.Classdef$hslua-0.9.5.1-GO0NjQA6KIHFWCnXCuvxJnForeign.Lua.Types.Error LuaException$parsec-3.1.11-Jx0X6lpzdHgC5NMoYR1Rc5Text.Parsec.CharstringsatisfyanyCharchardigitletteralphaNumnewlinespacespacesnoneOfoneOfText.Parsec.CombinatormanyTill notFollowedByeofanyTokencountendByendBy1sepEndBy sepEndBy1sepBy1sepBymany1 skipMany1optional optionMaybeoptionchoiceText.Parsec.Prim updateStatesetStategetStatesetInput setPositiongetInput getPositionparse runParser runParserTskipManymany tokenPrim lookAheadtry<|> unexpectedStreamText.Parsec.PossetSourceColumn setSourceLineincSourceColumn sourceColumn sourceLinenewPosLineColumn SourcePos,skylighting-core-0.7.1-E14AcY6gKVa6uoVRg6t5DSkylighting.TypesStyleSkylighting.Styleskatepygmentstangoespressohaddock monochromezenburnSkylighting.Format.LaTeXformatLaTeXInlineformatLaTeXBlock styleToLaTeXSkylighting.Format.HTMLformatHtmlInlineformatHtmlBlock styleToCss toAsciiCharemojis LogMessageSkippedContentCouldNotParseYamlMetadataDuplicateLinkReferenceDuplicateNoteReferenceNoteDefinedButNotUsedDuplicateIdentifierReferenceNotFoundCircularReferenceUndefinedToggleParsingUnescapedCouldNotLoadIncludeFileMacroAlreadyDefinedInlineNotRenderedBlockNotRenderedDocxParserWarningCouldNotFetchResourceCouldNotDetermineImageSizeCouldNotConvertImageCouldNotDetermineMimeTypeCouldNotConvertTeXMathCouldNotParseCSSFetching ExtractingNoTitleElementNoLangSpecified InvalidLangCouldNotHighlightMissingCharacter Deprecated NoTranslationCouldNotLoadTranslations VerbosityERRORWARNINGINFOencodeLogMessagesshowLogMessagemessageVerbosity$fFromJSONVerbosity$fToJSONVerbosity$fToJSONLogMessage$fShowVerbosity$fReadVerbosity $fEqVerbosity$fDataVerbosity$fEnumVerbosity$fOrdVerbosity$fBoundedVerbosity$fGenericVerbosity$fShowLogMessage$fEqLogMessage$fDataLogMessage$fOrdLogMessage$fGenericLogMessageMimeType getMimeTypegetMimeTypeDefextensionFromMimeTypeMediaBag insertMedia lookupMediamediaDirectory$fShowMediaBag$fSemigroupMediaBag$fMonoidMediaBag$fDataMediaBagDocisEmptyemptycathcat<+>hsep$$$+$vcatvsepnestlechomprendertextcr blankline blanklinesprefixedflushnesthangbeforeNonBlanknowrap afterBreakoffset minOffsetlblockrblockcblockheightinsidebracesbracketsparensquotes doubleQuotes charWidth realLength $fIsStringDoc$fSemigroupDoc $fMonoidDoc $fShowDoc$fEqDoc$fShowD$fEqD pipeProcessMacroExpansionPointExpandWhenDefinedExpandWhenUsedTokTokTypeCtrlSeqSpacesNewlineSymbolWordCommentEsc1Esc2Arg $fEqTokType $fOrdTokType $fShowTokType$fEqTok$fOrdTok $fShowTok$fEqExpansionPoint$fOrdExpansionPoint$fShowExpansionPoint $fShowMacroElementBlkSec pandocVersionsplitBysplitByIndicessplitStringByIndices substituteordNubbackslashEscapesescapeStringUsingstripTrailingNewlinestrimtrimltrimrstripFirstAndLastcamelCaseToHyphenatedtoRomanNumeral escapeURI tabFiltercrFilter normalizeDateorderedListMarkers extractSpacesremoveFormattingdeNote stringify capitalize compactify compactifyDL linesToParainlineListToIdentifierhierarchicalize uniqueIdent isHeaderBlock headerShiftstripEmptyParagraphs isTightList addMetaFieldmakeMetaeastAsianLineBreakFilter underlineSpan renderTags' inDirectorymapLeftcollapseFilePathfilteredFilesFromArchiveschemesisURIblocksToInlines'blocksToInlinessafeRead withTempDir$fWalkableBlockElement$fWalkableInlineElement $fEqElement $fReadElement $fShowElement $fDataElementhighlightingStyles languageslanguagesByExtension highlighttoListingsLanguagefromListingsLanguage ExtensionExt_abbreviationsExt_all_symbols_escapable Ext_amuseExt_angle_brackets_escapableExt_ascii_identifiersExt_auto_identifiersExt_autolink_bare_urisExt_backtick_code_blocksExt_blank_before_blockquoteExt_blank_before_headerExt_bracketed_spans Ext_citationsExt_compact_definition_listsExt_definition_listsExt_east_asian_line_breaks Ext_emojiExt_empty_paragraphsExt_epub_html_extsExt_escaped_line_breaksExt_example_listsExt_fancy_listsExt_fenced_code_attributesExt_fenced_code_blocksExt_fenced_divs Ext_footnotesExt_four_space_ruleExt_gfm_auto_identifiersExt_grid_tablesExt_hard_line_breaksExt_header_attributesExt_ignore_line_breaksExt_implicit_figuresExt_implicit_header_referencesExt_inline_code_attributesExt_inline_notesExt_intraword_underscoresExt_latex_macrosExt_line_blocksExt_link_attributes%Ext_lists_without_preceding_blanklineExt_literate_haskellExt_markdown_attributeExt_markdown_in_html_blocksExt_mmd_header_identifiersExt_mmd_link_attributesExt_mmd_title_blockExt_multiline_tablesExt_native_divsExt_native_spansExt_ntbExt_old_dashesExt_pandoc_title_blockExt_pipe_tablesExt_raw_attribute Ext_raw_html Ext_raw_texExt_shortcut_reference_linksExt_simple_tables Ext_smartExt_space_in_atx_headerExt_spaced_reference_links Ext_startnum Ext_strikeout Ext_subscriptExt_superscript Ext_stylesExt_table_captionsExt_tex_math_dollarsExt_tex_math_double_backslashExt_tex_math_single_backslashExt_yaml_metadata_block ExtensionsextensionsFromListemptyExtensionsextensionEnabledenableExtensiondisableExtensionpandocExtensionsplainExtensionsphpMarkdownExtraExtensionsgithubMarkdownExtensionsmultimarkdownExtensionsstrictExtensionsgetDefaultExtensionsparseFormatSpec$fMonoidExtensions$fSemigroupExtensions$fShowExtensions$fReadExtensions$fEqExtensions$fOrdExtensions$fDataExtensions$fGenericExtensions$fToJSONExtensions$fFromJSONExtensions$fShowExtension$fReadExtension$fEnumExtension $fEqExtension$fOrdExtension$fBoundedExtension$fDataExtension$fGenericExtension$fFromJSONExtension$fToJSONExtension WriterOptionswriterTemplatewriterVariables writerTabStopwriterTableOfContentswriterIncrementalwriterHTMLMathMethodwriterNumberSectionswriterNumberOffsetwriterSectionDivswriterExtensionswriterReferenceLinks writerDpiwriterWrapText writerColumnswriterEmailObfuscationwriterIdentifierPrefixwriterCiteMethodwriterHtmlQTagswriterSlideLevelwriterTopLevelDivisionwriterListingswriterHighlightStylewriterSetextHeaderswriterEpubSubdirectorywriterEpubMetadatawriterEpubFontswriterEpubChapterLevelwriterTOCDepthwriterReferenceDocwriterReferenceLocationwriterSyntaxMapReferenceLocation EndOfBlock EndOfSection EndOfDocumentTopLevelDivision TopLevelPartTopLevelChapterTopLevelSectionTopLevelDefault WrapOptionWrapAutoWrapNone WrapPreserve TrackChanges AcceptChanges RejectChanges AllChangesHTMLSlideVariantS5Slides SlidySlidesSlideousSlidesDZSlidesRevealJsSlidesNoSlidesObfuscationMethod NoObfuscationReferenceObfuscationJavascriptObfuscation CiteMethodCiteprocNatbibBiblatexHTMLMathMethod PlainMathWebTeXMathMLMathJaxKaTeX EPUBVersionEPUB2EPUB3 ReaderOptionsreaderExtensionsreaderStandalone readerColumns readerTabStopreaderIndentedCodeClassesreaderAbbreviationsreaderDefaultImageExtensionreaderTrackChangesreaderStripComments isEnabled$fDefaultReaderOptions"$fHasSyntaxExtensionsReaderOptions"$fHasSyntaxExtensionsWriterOptions$fDefaultWriterOptions$fEqEPUBVersion$fShowEPUBVersion$fReadEPUBVersion$fDataEPUBVersion$fGenericEPUBVersion$fShowHTMLMathMethod$fReadHTMLMathMethod$fEqHTMLMathMethod$fDataHTMLMathMethod$fGenericHTMLMathMethod$fShowCiteMethod$fReadCiteMethod$fEqCiteMethod$fDataCiteMethod$fGenericCiteMethod$fShowObfuscationMethod$fReadObfuscationMethod$fEqObfuscationMethod$fDataObfuscationMethod$fGenericObfuscationMethod$fShowHTMLSlideVariant$fReadHTMLSlideVariant$fEqHTMLSlideVariant$fDataHTMLSlideVariant$fGenericHTMLSlideVariant$fShowTrackChanges$fReadTrackChanges$fEqTrackChanges$fDataTrackChanges$fGenericTrackChanges$fShowReaderOptions$fReadReaderOptions$fDataReaderOptions$fGenericReaderOptions$fShowWrapOption$fReadWrapOption$fEqWrapOption$fDataWrapOption$fGenericWrapOption$fShowTopLevelDivision$fReadTopLevelDivision$fEqTopLevelDivision$fDataTopLevelDivision$fGenericTopLevelDivision$fShowReferenceLocation$fReadReferenceLocation$fEqReferenceLocation$fDataReferenceLocation$fGenericReferenceLocation$fShowWriterOptions$fDataWriterOptions$fGenericWriterOptions$fFromJSONReaderOptions$fToJSONReaderOptions$fFromJSONHTMLMathMethod$fToJSONHTMLMathMethod$fFromJSONCiteMethod$fToJSONCiteMethod$fFromJSONObfuscationMethod$fToJSONObfuscationMethod$fFromJSONHTMLSlideVariant$fToJSONHTMLSlideVariant$fFromJSONTrackChanges$fToJSONTrackChanges$fFromJSONWrapOption$fToJSONWrapOption$fFromJSONTopLevelDivision$fToJSONTopLevelDivision$fFromJSONReferenceLocation$fToJSONReferenceLocationLang langLanguage langScript langRegion langVariants renderLanggetLang parseBCP47$fEqLang $fOrdLang $fShowLangreadFile getContents writeFileWith writeFile putStrWithputStr putStrLnWithputStrLn hPutStrWithhPutStr hPutStrLnWith hPutStrLn hGetContentstoTexttoString toTextLazy toStringLazyfromText fromTextLazy fromStringfromStringLazy encodePath decodeArg Translations DimensionPixel Centimeter MillimeterInchPercentEm DirectionWidthHeight ImageTypePngGifJpegSvgPdfEpsEmfshowFl imageType imageSize sizeInPixels sizeInPointsdesiredSizeInPointsinPointsinEminInchinPixel showInInch showInPixelnumUnitscaleDimension dimension lengthToDim$fShowDirection$fShowDimension$fDefaultImageSize$fShowImageType $fEqDimension$fReadImageSize$fShowImageSize $fEqImageSize$fShowDataFormat $fShowTagType $fEqTagType $fOrdTagType PandocError PandocIOErrorPandocHttpErrorPandocShouldNeverHappenErrorPandocSomeErrorPandocParseErrorPandocParsecErrorPandocMakePDFErrorPandocOptionErrorPandocSyntaxMapErrorPandocFailOnWarningErrorPandocPDFProgramNotFoundErrorPandocPDFErrorPandocFilterErrorPandocCouldNotFindDataFileErrorPandocResourceNotFoundPandocTemplateErrorPandocAppErrorPandocEpubSubdirectoryErrorPandocMacroLoop handleError$fExceptionPandocError$fShowPandocError$fGenericPandocError PandocPure unPandocPureFileTreeFileInfo infoFileMTimeinfoFileContents PureStatestStdGen stWord8Store stUniqStorestEnvstTime stTimeZonestReferenceDocxstReferencePptxstReferenceODTstFilesstUserDataFilesstCabalDataFilesPandocIO unPandocIO CommonStatestLog stUserDataDir stSourceURLstRequestHeaders stMediaBagstTranslations stInputFiles stOutputFilestResourcePath stVerbositystTrace PandocMonad lookupEnvgetCurrentTimegetCurrentTimeZone newStdGen newUniqueHashopenURL readFileLazyreadFileStrictglob fileExistsgetDataFileNamegetModificationTimegetCommonStateputCommonStategetsCommonStatemodifyCommonState logOutputtrace setVerbosity getVerbositygetLogreportsetTracesetRequestHeader setMediaBag getMediaBag getInputFiles setInputFiles getOutputFile setOutputFilegetResourcePathsetResourcePath getPOSIXTime getZonedTimereadFileFromDirstoLangsetTranslations translateTermrunIOrunIOorExplodesetUserDataDirgetUserDataDir fetchItem readDataFilereadDefaultDataFilefetchMediaResource fillMediaBag extractMedia getPureState getsPureState putPureStatemodifyPureState addToFileTreeinsertInFileTreerunPure$fDefaultCommonState$fPandocMonadParsecT$fPandocMonadt$fPandocMonadPandocIO$fDefaultPureState$fPandocMonadPandocPure$fMonadIOPandocIO$fFunctorPandocIO$fApplicativePandocIO$fMonadPandocIO$fMonadErrorPandocIO$fSemigroupFileTree$fMonoidFileTree$fFunctorPandocPure$fApplicativePandocPure$fMonadPandocPure$fMonadErrorPandocPuregetDefaultTemplaterenderTemplate' makeDataURImakeSelfContainedreadOdt readNativereadJATS$fHasMetaJATSState$fDefaultJATSState$fShowJATSState readHaddockreadFB2$fHasMetaFB2State$fDefaultFB2State$fShowFB2StatereadDocx$fDefaultDState $fDefaultDEnv readDocBook$fHasMetaDBState$fDefaultDBState $fShowDBStatereadCommonMarkwriteFB2$fShowImageMode$fShowFbRenderState $fEqImageModetexMathToInlines convertMathdefaultMathJaxURLdefaultKaTeXURL writeNative NameSpacesmknodenodenametoLazy renderXmlparseXmlelemToNameSpaceselemNameisElem fitToPageescapeCharForXMLescapeStringForXMLinTagsselfClosingTag inTagsSimpleinTagsIndented toEntities fromEntities metaToJSON metaToJSON'addVariablesToJSONgetFieldsetField resetFielddefField tagWithAttrsstripLeadingTrailingSpacefixDisplayMath unsmartify gridTablemetaValueToInlines writeZimWiki$fDefaultWriterState writeTextile writeTexinfowriteTEIwriteRTFwriteRSTflattenwritePowerpointwriteOrg writeMusewriteMswriteMan writeLaTeX writeBeamer$fEqStringContext writeHaddock writeDokuWiki$fDefaultWriterEnvironment writeDocx$fShowListMarker$fReadListMarker$fEqListMarker$fOrdListMarker writeConTeXt $fShowTabl$fEqTablmakePDFwriteOpenDocument $fEqTextStyle$fOrdTextStylewriteODTwriteMediaWiki writeJATS$fEqJATSVersion$fShowJATSVersion writeICMLwriteHtml5String writeHtml5writeHtml4String writeHtml4writeHtmlStringForEPUB writeRevealJswriteS5 writeSlidy writeSlideous writeDZSlidestagWithAttributes writeEPUB2 writeEPUB3 $fShowDate $fShowCreator$fShowIdentifier $fShowTitle$fShowProgressionDirection$fShowEPUBMetadatawriteCommonMark writeDocbook4 writeDocbook5$fEqDocBookVersion$fShowDocBookVersion SubstTableKeyTableKey NoteTable' NoteTable QuoteContext InSingleQuote InDoubleQuoteNoQuote ParserContext ListItemState NullState HeaderType SingleHeader DoubleHeaderHasIncludeFilesgetIncludeFilesaddIncludeFiledropLatestIncludeFileHasLogMessages addLogMessagegetLogMessagesHasLastStrPosition setLastStrPos getLastStrPos HasMacros extractMacros updateMacrosHasIdentifierListextractIdentifierListupdateIdentifierList HasHeaderMapextractHeaderMapupdateHeaderMapHasQuoteContextgetQuoteContextwithQuoteContextHasReaderOptionsextractReaderOptions getOption ParserState stateOptionsstateParserContextstateQuoteContextstateAllowLinksstateMaxNestingLevelstateLastStrPos stateKeysstateHeaderKeysstateSubstitutions stateNotes stateNotes' stateNoteRefs stateMeta stateMeta'stateCitationsstateHeaderTable stateHeadersstateIdentifiersstateNextExample stateExamples stateMacrosstateRstDefaultRolestateRstCustomRoles stateCaptionstateInHtmlBlockstateFencedDivLevelstateContainersstateLogMessagesstateMarkdownAttributeFFuture runDelayedParserTParserrunFaskFasksFreturnF trimInlinesF takeWhilePtakePanyLineanyLineNewline indentWith many1Till manyUntilsepBy1'notFollowedBy' oneOfStringsoneOfStringsCI spaceChar nonspaceChar skipSpaces gobbleSpacesgobbleAtMostSpacesenclosed stringAnyCaseparseFromStringparseFromString' lineClumpcharsInBalanced romanNumeral emailAddressuri mathDisplay mathInlinewithHorizDisplacementwithRawescapedcharacterReference upperRoman lowerRomandecimal lowerAlpha upperAlphaanyOrderedListMarkerorderedListMarkercharReflineBlockLines tableWithwidthsFromIndices gridTableWithgridTableWith' readWithMreadWithtestStringWithdefaultParserState logMessagereportLogMessages guardEnabled guardDisabledupdateLastStrPosnotAfterStringtoKeyregisterHeadersmartPunctuation apostrophesingleQuoteStartsingleQuoteEnddoubleQuoteStartdoubleQuoteEndellipsesdashnestedciteKeytoken<+?>extractIdClassinsertIncludedFileinsertIncludedFileF$fMonoidFuture$fSemigroupFuture$fHasIncludeFilesParserState$fHasLogMessagesParserState$fHasLastStrPositionParserState$fHasMacrosParserState$fHasIdentifierListParserState$fHasHeaderMapParserState$fHasQuoteContextParserStatem$fHasReaderOptionsParserState$fHasMetaParserState$fDefaultParserState $fMonadFuture$fApplicativeFuture$fFunctorFuture$fEqHeaderType$fShowHeaderType$fEqParserContext$fShowParserContext$fEqQuoteContext$fShowQuoteContext $fShowKey $fReadKey$fEqKey$fOrdKey writeMarkdown writePlain$fDefaultWriterEnv writeOPML writeAsciiDoc readVimwikiT2TMetadatemtimeinfileoutfile getT2TMeta readTxt2Tags$fDefaultT2TMeta $fShowT2TMeta readTikiWiki $fOrdListType $fEqListType$fShowListType$fOrdListNesting$fEqListNesting$fShowListNestingreadRST readLaTeX applyMacros rawLaTeXBlockrawLaTeXInline inlineCommandtokenize untokenize$fDefaultLaTeXState$fHasMetaLaTeXState$fHasReaderOptionsLaTeXState$fHasMacrosLaTeXState$fHasHeaderMapLaTeXState$fHasIncludeFilesLaTeXState$fHasIdentifierListLaTeXState$fHasLogMessagesLaTeXState$fHasQuoteContextLaTeXStatem$fShowHeaderNum$fShowLaTeXStatereadOrgNamedTag getTagNamereadHtml isInlineTag isBlockTag isTextTag isCommentTaghtmlInBalancedhtmlTag$fHasLastStrPositionHTMLState$fHasMetaHTMLState$fHasReaderOptionsHTMLState$fHasLogMessagesHTMLState$fHasHeaderMapHTMLState$fHasIdentifierListHTMLState$fDefaultHTMLLocal!$fHasQuoteContextHTMLStateReaderT $fNamedTagTag$fNamedTagTag0 readTextile readTWikireadMuse$fHasLogMessagesMuseState$fHasLastStrPositionMuseState$fHasIdentifierListMuseState$fHasHeaderMapMuseState$fHasReaderOptionsMuseState$fDefaultMuseState readMediaWiki$fHasLogMessagesMWState$fHasIdentifierListMWState$fHasHeaderMapMWState$fHasReaderOptionsMWState readMarkdownreadOPML$fDefaultOPMLState$fShowOPMLStatereadEPUB readCreoleReader TextReaderByteStringReaderreaders getReaderreadJSON runPandocLua writeCustom$fToLuaStackStringify$fToLuaStackStringify0$fToLuaStackStringify1$fToLuaStackStringify2$fToLuaStackStringify3$fToLuaStackKeyValue$fExceptionPandocLuaException$fShowPandocLuaExceptionWriter TextWriterByteStringWriterwriters getWriter writeJSON runLuaFilterFilter LuaFilter JSONFilter applyFiltersOpt optTabStopoptPreserveTabs optStandalone optReader optWriteroptTableOfContentsoptBaseHeaderLevel optTemplate optVariables optMetadata optOutputFile optInputFilesoptNumberSectionsoptNumberOffsetoptSectionDivsoptIncrementaloptSelfContained optHtmlQTagsoptHighlightStyleoptSyntaxDefinitionsoptTopLevelDivisionoptHTMLMathMethodoptAbbreviationsoptReferenceDocoptEpubSubdirectoryoptEpubMetadata optEpubFontsoptEpubChapterLeveloptEpubCoverImage optTOCDepth optDumpArgs optIgnoreArgs optVerbosityoptTrace optLogFileoptFailIfWarningsoptReferenceLinksoptReferenceLocationoptDpi optWrapText optColumns optFiltersoptEmailObfuscationoptIdentifierPrefixoptStripEmptyParagraphsoptIndentedCodeClasses optDataDir optCiteMethod optListings optPdfEngineoptPdfEngineArgs optSlideLeveloptSetextHeadersoptAsciioptDefaultImageExtensionoptExtractMediaoptTrackChanges optFileScopeoptTitlePrefixoptCssoptIncludeBeforeBodyoptIncludeAfterBodyoptIncludeInHeaderoptResourcePathoptRequestHeadersoptEoloptStripComments LineEndingLFCRLFNative parseOptionsconvertWithOpts defaultOptsoptions$fShowLineEnding$fGenericLineEnding $fGenericOpt $fShowOpt$fFromJSONLineEnding$fToJSONLineEnding $fFromJSONOpt $fToJSONOptGHC.Base++ghc-primGHC.PrimseqGHC.Listfilterzip System.IOprint Data.Tuplefstsnd otherwisemap$GHC.Real fromIntegral realToFracGHC.EnumBoundedminBoundmaxBoundEnumenumFrom enumFromThenenumFromThenTo enumFromTofromEnumtoEnumsuccpred GHC.ClassesEq==/= GHC.FloatFloatingpiexplogsqrt**logBasesincostanasinacosatansinhcoshtanhasinhacoshatanh Fractional fromRational/recipIntegral toIntegerquotremdivmodquotRemdivMod>>=>>returnFunctorfmap<$GHC.NumNum*+-negate fromIntegerabssignumOrd>=compareminmax><<=GHC.ReadReadreadList readsPrecReal toRational RealFloat floatRadix floatDigits floatRange decodeFloat encodeFloatexponent significand scaleFloatisNaN isInfiniteisDenormalizedisNegativeZeroisIEEEatan2RealFracproperFractiontruncateroundceilingfloorGHC.ShowShow showsPrecshowshowList Applicativepure<*>*><* Data.FoldableFoldablefoldrfoldMaplengthnullfoldlfoldl1sumproductfoldr1maximumminimumelemData.Traversable TraversabletraversemapM sequenceAsequence SemigroupsconcatstimesMonoidmemptymappendmconcat GHC.TypesBoolTrueFalseCharDoubleFloatInt integer-gmpGHC.Integer.TypeIntegerMaybeNothingJustOrderingLTEQGTRationalIO Data.EitherEitherLeftRightGHC.IOFilePathGHC.ErrerrorString Text.Readread Data.Functor<$>readIOreadLn appendFileinteractgetLinegetCharputCharGHC.IO.ExceptionioError userErrorIOErrornotElemallanyorand concatMapconcat sequence_mapM_ Data.OldListunwordswordsunlineslinesreadseitherlex readParenText.ParserCombinators.ReadPReadSlcmgcd^^^oddeven showParen showStringshowCharshowsShowSunzip3unzipzipWith3zipWithzip3!!lookupreversebreakspansplitAtdroptake dropWhile takeWhilecycle replicaterepeatiteratescanr1scanrscanl1scanlinitlasttailhead Data.MaybemaybeuncurrycurrysubtractasTypeOfuntil$!flip.constid=<< undefinederrorWithoutStackTrace&&||notversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirText.Parsec.Error ParseError CSVOptionscsvDelimcsvQuote csvKeepSpace csvEscapedefaultCSVOptionsparseCSVoutput lineLengthnewlinesIsBlockunDocDTextBlockPrefixedBeforeNonBlankFlush BreakingSpace AfterBreakCarriageReturnNewLine BlankLines RenderStateprefix usePrefixcolumnprocess-1.6.1.0System.ProcessreadProcessWithExitCodeExitCodeproc smushInlines smushBlocksModifier AttrModifier NullModifier FieldInfoHyperlinkField UnknownFieldparseFieldInfofindChildByNamefindChildrenByNamefindAttrByName StyleMaps sNameSpaces sParaStyleMap sCharStyleMapgetMapalterMap getStyleId hasStyleNamedefaultStyleMaps getStyleMaps StyleType ParaStyle CharStyleStyleMap CharStyleMap ParaStyleMap SuccessList ChoiceVectorFailurefromLeftrecoverfailWith chooseMax chooseMaxWithcollectNonFailing spreadChoiceFallible maybeToEither eitherToMaybe failEmpty succeedWithcollapseEithergetNamespaceIDgetIRIgetInitialIRImap NameSpaceID NameSpaceIRIs NameSpaceIRISetMapfromListinsertunion3 Lookupable compositionreverseCompositionboolswing tryToRead readPercentreadLookupablesreadLookupable lookupTablefindByuncurry3uncurry4uncurry5uncurry6swap FallibleArrow duplicatekeepingTheValue>>% choiceToMaybe maybeToChoicereturnV>>?>>?^>>?^?^>>?>>?! ifFailedDoand2and3and4and5and6liftA2liftA3liftA4liftA5liftA6liftA^||||||^^|||^^&&&&&&^ liftAsSuccess>>?%^>>?%>>?%? withState modifyState ignoringState fromStateextractFromStatetryModifyState withSubStateFwithSubStateF'foldSiterateS MonadPlus iterateSL iterateS' ArrowState runArrowStateparentElementsnamespacePrefixes namespaceIRIs moreState swapStack' popElementmodifyExtraStateconvertingExtraStateproducingExtraState lookupNSirireadNSattributes!xml-1.3.14-Guvr1rX14YT71X1qlxORocText.XML.Light.TypesQName elemNameIs searchAttrIn searchAttr lookupAttr lookupAttr'lookupAttrWithDefaultlookupDefaultingAttr findAttr'findAttrfindAttrWithDefaultreadAttr readAttr'readAttrWithDefaultgetAttrDefaultswitchingTheStack executeThere executeIn withEverytryAll matchContent' matchContent$fFunctorXMLConverterStateFallibleXMLConverter XMLConverterXMLConverterState ElementName runConverter' getExtraState setExtraState findChild'isSet'isSetWithDefault withEveryLnsIDs NamespaceNsXMLNsOtherNsOfficeNsStyleNsTextNsTableNsFormNsDrawNs3DNsAnimNsChartNsConfigNsDBNsMetaNsNumberNsScript NsManifestNsPresentationNsODFNsXSL_FONsSVGNsSmilNsMathMLNsXFormsNsXLinkNsXHtmlNsGRDDL NsDublinCoreNsPKG NsOpenFormula XMLReaderSafe XMLReaderOdtConverterStateStylesfontPitchReaderreadFontPitches findPitchestimateInMillimeterparentsgetStyleFamilystylePropertyChainStylePropertiesListItemNumberFormatLinfNone LinfNumber LinfRomanLC LinfRomanUC LinfAlphaLC LinfAlphaUC LinfString ListLevelType LltBulletLltImage LltNumberedListLevelStyle listLevelTypelistItemPrefixlistItemSuffixlistItemFormat listItemStart ListStyle levelStyles ListLevelLengthOrPercent LengthValueMM PercentValueVerticalTextPosition VPosNormal VPosSuperVPosSubParaPropertiesPropP paraNumbering indentation margin_leftTextPropertiesPropT isEmphasisedisStrongpitchverticalPosition underline strikethroughSPropstextPropertiesparaProperties styleFamilystyleParentName listStylestyleProperties StyleFamilyFaText FaParagraph stylesByNamelistStylesByNamedefaultStyleMap StyleName readStylesAtgetListLevelStyle lookupStylelookupDefaultStyle'lookupListStyleByNameextendedStylePropertyChainXslUnit XslUnitMM XslUnitCM XslUnitInch XslUnitPoints XslUnitPica XslUnitPixel XslUnitEM ParaNumbering NumberingNone NumberingKeepNumberingRestart UnderlineModeUnderlineModeNormalUnderlineModeSkipWhitespace FontPitch PitchVariable PitchFixedisImageFilenamecleanLinkString originalLang translateLang combineLines,pandoc-types-1.17.4.2-CcYd6qah1Pb3MRcsRhbKQYText.Pandoc.DefinitionMetastyleSet styleTracecurrentListLevelcurrentListStylebookmarkAnchorsenvMedia odtMediaBag fromStylesuniqueIdentFromgetPrettyAnchorgetHeaderAnchormodifierFromStyleDiffText.Pandoc.BuilderInlinesgetParaModifier blockQuote constructListread_plain_text simpleTable'findAnchorName findAnchorRef readerState read_body ReaderStatelistParagraphDivsblocksToBulletsblocksToDefinitionsListTypeItemized EnumeratedHasSyntaxExtensions getExtensionspickStylesToKVspickStyleAttrProps foldOrElse getSlideLevel prepSlidesTermTableIndexToPartPreface ReferencesAbstract BibliographyChapterAppendixContents ListOfFigures ListOfTablesFigurePageSeeSeeAlsoEnclCcProofGlossaryListing lookupTermreadTranslationsRunStyleisBoldisItalic isSmallCapsisStrike rVertAlign rUnderlinerStyle VertAlignBaseLnSupScrptSubScrptRunElemTabTextRunLnBrk SoftHyphen NoBreakHyphenRunFootnoteEndnote InlineDrawing InlineChartParPartField CommentEndPlainRun ChangedRuns CommentStartBookMarkInternalHyperLinkExternalHyperLinkDrawingChart PlainOMath NullParPartExtentCellRowTblLookfirstRowFormattingBodyPart ParagraphListItemTbl OMathParaParagraphStylepStyledropCappHeadingpNumInfo pBlockQuotepChange TrackedChange ChangeInfo ChangeType InsertionDeletionParIndentation leftParIndentrightParIndenthangingParIndentNotes Relationship NumberingMediaBodyDocumentDocx archiveToDocxarchiveToDocxWithWarnings ElemToStyle cStyleType elemToStyle ParStyleData headingLev isBlockQuotenumInfopsStyleCommentsDocumentLocation InDocument InFootnote InEndnote AbstractNumbNumb DocxError WrongElem FldCharState FldCharOpenFldCharFieldInfoFldCharContent FldCharClosed stateWarningsstateFldCharState ReaderEnvenvNotes envComments envNumberingenvRelationshipsenvFont envCharStyles envParStyles envLocationTagTypeImageDescriptionMakeModel Orientation XResolution YResolutionResolutionUnitSoftwareDateTime WhitePointPrimaryChromaticitiesYCbCrCoefficientsYCbCrPositioningReferenceBlackWhite Copyright ExifOffset ExposureTimeFNumberExposureProgramISOSpeedRatings ExifVersionDateTimeOriginalDateTimeDigitizedComponentConfigurationCompressedBitsPerPixelShutterSpeedValue ApertureValueBrightnessValueExposureBiasValueMaxApertureValueSubjectDistance MeteringMode LightSourceFlash FocalLength MakerNote UserCommentFlashPixVersion ColorSpaceExifImageWidthExifImageHeightRelatedSoundFileExifInteroperabilityOffsetFocalPlaneXResolutionFocalPlaneYResolutionFocalPlaneResolutionUnit SensingMethod FileSource SceneTypeUnknownTagType DataFormat UnsignedByte AsciiString UnsignedShort UnsignedLongUnsignedRational SignedByte Undefined SignedShort SignedLongSignedRational SingleFloat DoubleFloat ImageSizepxXpxYdpiXdpiYgetTranslations liftIOErrorparseURIReference' unFileTree+doctemplates-0.2.2.1-FJAnqpLVPfH9j0DaGz6BToText.DocTemplates applyTemplaterenderTemplatecompileTemplate varListToJSONTemplateTemplateTarget JATSStatejatsSectionLevel jatsQuoteTypejatsMetajatsBookjatsFigureTitle jatsContentPandoc makeExampleExamplereadHaddockEitherparseFictionBookChildparseDescriptionChildparseBodyChildparseBinaryElement parseAuthor parseTitleparseImageElement parsePType parseCiteparseCiteChild parsePoem parseEpigraphparseAnnotation parseSectionparseStyleTypeparseNamedStyle parseLinkTypeparseStyleLinkType parseTableparseTitleInfoChildparseInlineImageElementFB2Statefb2SectionLevelfb2Meta fb2AuthorsDEnv docxOptionsdocxInHeaderBlockDState docxAnchorMap docxAnchorSetdocxImmedPrevAnchor docxMediaBag docxDropCap docxListState docxPrevParaequationshowVerbatimCDataText.XML.Light.Output showContent removePrefixDBStatedbSectionLevel dbQuoteTypedbMeta dbAcceptsMetadbBook dbFigureTitle dbContent PushViaCall adjustIndexBygetTableaddValue addFunction getRawInt setRawInt addRawIntpopValue pushViaCallpushViaConstructorloadScriptFromDataDir dostring'getTag typeCheck raiseError pushViaCall'LuaAttr pushMetaValue peekMetaValue pushBlock peekBlock pushInline peekInline fromLuaAttrpushFilterFunction tryFilterrunFilterFunctionLuaFilterFunctionwalkMWithLuaFilter walkInlines walkBlocksinlineElementNamesblockElementNames functionIndex pushModuleexpandFilterPathapply runJSONFiltersha1 AstElement PandocElement MetaElement BlockElement InlineElementMetaValueElementUUIDgetUUID getRandomUUIDFBM FbRenderState footnotes imagesToFetchparentListMarkerrenderSections formatTitle splitSectionsrenderFootnotes fetchImages fetchImage readDataURI blockToXmltoXmlwrapplainInlineelspaceBeforeAftertxtuattrattrunameqnamecMapcMapM ImageMode NormalImage InlineImage writerOptions prettyBlock escapeNls attributeListpandocToZimWiki escapeStringblockToZimWikilistItemToZimWikiorderedListItemToZimWikiblockListToZimWikiinlineListToZimWikiinlineToZimWiki WriterState stItemNumstIndent stInTablestInLinkpandocToTextileescapeCharForTextileescapeStringForTextileblockToTextilelistAttribsToStringlistItemToTextiledefinitionListItemToTextile isSimpleListisSimpleListItemblockListToTextileinlineListToTextileinlineToTextilestNotes stListLevel stStartNum stUseTagswrapTopstringToTexinfoinCmdblockToTexinfoblockListToTexinfoinlineListToTexinfoinlineListForNodeinlineToTexinfo stStrikeout stSuperscript stSubscript stEscapeComma stIdentifiers stOptions authorToTEI elementToTEI blocksToTEI plainToParadeflistItemsToTEIdeflistItemToTEIlistItemsToTEI listItemToTEI blockToTEI inlinesToTEI inlineToTEI rtfEmbedImagetableOfContents handleUnicode escapeSpecial stringToRTFcodeStringToRTF rtfParSpacedrtfPar rtfCompact bulletMarkerorderedMarkers blockToRTF spaceAtEnd listItemToRTFdefinitionListItemToRTF inlinesToRTF inlineToRTF pandocToRST refsToRSTkeyToRST notesToRST noteToRST pictRefsToRST pictToRST blockToRSTbulletListItemToRSTorderedListItemToRSTdefinitionListItemToRSTlinesToLineBlockblockListToRST' writeInlines inlineToRSTblockListToRSTstLinksstImages stHasMath stHasRawTeX stTopLevelPicProps picPropLinkpicWidth picHeightRunProps rPropBold rPropItalicsrStrikethrough rBaselinerCaprLink rPropCoderPropBlockQuoterPropForceSize rSolidFillrPropUnderline LinkTargetExternalTargetInternalTargetURLCapitals NoCapitals SmallCapitals AllCapitals StrikethroughNoStrike SingleStrike DoubleStrikeParaElemBreakMathElem TeXString unTeXString ParaPropspPropMarginLeftpPropMarginRight pPropLevel pPropBullet pPropAlignpPropSpaceBeforeAlgnmentAlgnLeft AlgnRight AlgnCenter BulletTypeBullet AutoNumbering paraProps paraElemsGraphic TableProps tblPrFirstRow tblPrBandRowShapePic GraphicFrameTextBoxLayout MetadataSlide TitleSlide ContentSlideTwoColumnSlidemetadataSlideTitlemetadataSlideSubtitlemetadataSlideAuthorsmetadataSlideDatetitleSlideHeadercontentSlideHeadercontentSlideContenttwoColumnSlideHeadertwoColumnSlideLefttwoColumnSlideRight SpeakerNotesfromSpeakerNotesSlideIdSlideslideId slideLayoutslideSpeakerNotesDocPropsdcTitle dcSubject dcCreator dcKeywords dcCreated PresentationdocumentToPresentation stNoteIds stAnchorMap stSlideIdSetstSpeakerNotes WriterEnv envMetadata envRunProps envParaProps envSlideLevelenvOptsenvSlideHasHeader envInListenvInNoteSlide envCurSlideIdenvInSpeakerNotespresentationToArchive ContentTypescontentTypesDefaultscontentTypesOverridesOverrideContentTypeoverrideContentTypesPartoverrideContentTypesTypeDefaultContentTypedefContentTypesExtdefContentTypesTyperelIdrelType relTarget stLinkIds stMediaIdsstMediaGlobalIds MediaInfo mInfoFilePath mInfoLocalId mInfoGlobalId mInfoMimeTypemInfoExt mInfoCaption ContentType NormalContentTwoColumnLeftContentTwoColumnRightContent envRefArchiveenvDistArchive envUTCTimeenvPresentationSizeenvSlideIdOffsetenvContentType envSlideIdMapenvSpeakerNotesIdMap pandocToOrg notesToOrg noteToOrg blockToOrgbulletListItemToOrgorderedListItemToOrgdefinitionListItemToOrgpropertiesDrawerblockListToOrginlineListToOrg inlineToOrgpandocLangToOrgorgLangIdentifiersenvInsideLinkDescription envOneLine pandocToMusecatWithBlankLinesflatBlockListToMuseblockListToMuse blockToMuse notesToMuse noteToMusecontainsFootnotesrenderInlineListinlineListToMuse'' inlineToMusestIds envOptions envTopLevelenvInsideBlockenvInlineStart envAfterSpace pandocToMs msEscapes escapeBar escapeCode breakSentencesplitSentencesbulletListItemToMsorderedListItemToMsdefinitionListItemToMs blockListToMsinlineListToMs inlineToMs blockToMsstHasInlineMath stFirstPara stSmallCapsstHighlighting stInHeaderstFontFeatures pandocToMan notesToMan noteToMan manEscapes blockToManbulletListItemToManorderedListItemToMandefinitionListItemToManblockListToManinlineListToMan inlineToMan stHasTableselementToLaTeX blockToLaTeX sectionHeaderinlineListToLaTeX inlineToLaTeX StringContext TextString URLString CodeStringstInNote stInQuote stInMinipage stInHeadingstInItem stOLLevel stVerbInNotestTablestUrl stGraphicsstLHSstBook stCsquotes stIncrementalstInternalLinksstBeamer stEmptyLinepandocToHaddocknotesToHaddockblockToHaddockbulletListItemToHaddockorderedListItemToHaddockdefinitionListItemToHaddockblockListToHaddockinlineListToHaddockinlineToHaddockpandocToDokuWikiblockToDokuWikilistItemToDokuWikiorderedListItemToDokuWikidefinitionListItemToDokuWikibackSlashLineBreaksblockListToDokuWikiinlineListToDokuWikiinlineToDokuWikiWriterEnvironment stBackSlashLBstripInvalidChars isValidChar writeOpenXMLblocksToOpenXMLdynamicStyleKeyblockToOpenXMLinlinesToOpenXMLinlineToOpenXML stFootnotes stComments stSectionIdsstExternalLinksstListsstInsIdstDelId stStyleMaps stTocTitlestDynamicParaPropsstDynamicTextPropsstCurIdenvTextPropertiesenvParaPropertiesenvRTL envListLevel envListNumIdenvInDelenvChangesAuthorenvChangesDate envPrintWidth ListMarkerNoMarker BulletMarker NumberMarkerescapeCharForConTeXtstringToConTeXttoLabelelementToConTeXtblockToConTeXtblockListToConTeXtinlineListToConTeXtinlineToConTeXt sectionFootersectionLevelToTextTablXtbNtb stNextRefstOrderedListLevel handleImagestex2pdf'html2pdf context2pdfblocksToOpenDocumentblockToOpenDocumentinlinesToOpenDocumentinlineToOpenDocument TextStyleItalicBoldStrikeSubSupSmallCPreLanguage stTableStyles stParaStyles stListStyles stTextStylesstTextStyleAttr stIndentParastInDefinitionstTight stImageId pandocToODTtransformPicMathODTState stEntriespandocToMediaWikiblockToMediaWikilistItemToMediaWikidefinitionListItemToMediaWikiblockListToMediaWikiinlineListToMediaWikiinlineToMediaWiki WriterReader listLeveluseTags docToJATS elementToJATS blocksToJATSdeflistItemsToJATSdeflistItemToJATSlistItemsToJATSlistItemToJATS blockToJATS inlinesToJATS inlineToJATS JATSVersionJATS1_1containsmonospacedFont defaultIndentdefaultListIndentparStylesToDoccharStylesToDoc escapeColonshyperlinksToDoc blocksToICML blockToICMLlistItemsToICMLlistItemToICML inlinesToICML inlineToICMLfootnoteToICML mergeSpacesintersperseBrsparStyle charStylestyleToStrAttr imageICML blockStyles inlineStyleslinks listDepth maxListDepthstMathstQuotesstSecNum stElementstHtml5 stEPUBVersionstCodeBlockNumnl prefixedId showSecNumelementToListItem elementToHtmlfootnoteSection parseMailto obfuscateLink obfuscateCharobfuscateString blockToHtmlinlineListToHtml annotateMML inlineToHtmlstSlideVariant writeEPUB ppTopElementProgressionDirectionLTRRTLTitle titleText titleFileAs titleType IdentifieridentifierTextidentifierSchemeCreator creatorText creatorRole creatorFileAsDatedateText dateEvent EPUBMetadataepubIdentifier epubTitleepubDate epubLanguage epubCreatorepubContributor epubSubjectepubDescriptionepubType epubFormat epubPublisher epubSource epubRelation epubCoverage epubRightsepubCoverImageepubStylesheetsepubPageDirectionepubIbooksFields EPUBState stMediaPaths stEpubSubdirauthorToDocbook writeDocbookelementToDocbookblocksToDocbookdeflistItemsToDocbookdeflistItemToDocbooklistItemsToDocbooklistItemToDocbookblockToDocbookinlinesToDocbookinlineToDocbookDocBookVersionDocBook4DocBook5 exampleNum defaultNumromanOneinPeriod inOneParen inTwoParens gridTableSepgridTableHeader gridTableRowgridTableFooterpandocToMarkdownrefsToMarkdown keyToMarkdownnotesToMarkdownnoteToMarkdownolMarkerbeginsWithOrderedListMarkerblockToMarkdownbulletListItemToMarkdownorderedListItemToMarkdowndefinitionListItemToMarkdownblockListToMarkdown getReferenceinlineListToMarkdowninlineToMarkdownblockToMarkdown'stRefsstKeys stLastIdx stNoteNumenvPlainenvRefShortcutable envBlockLevelenvEscapeSpaces elementToOPMLpandocToAsciiDocblockToAsciiDocbulletListItemToAsciiDocorderedListItemToAsciiDocdefinitionListItemToAsciiDocblockListToAsciiDocinlineListToAsciiDocinlineToAsciiDoc SpacyLocationEndStart defListMarkerorderedListLevelbulletListLevel intrawordautoIdsparseT2Ttable ListNestingLNlntypelnnestNoneNumberedpromoteHeaderstitleTransformsimpleTableHeader simpleTableExportSettingsexportArchivedTrees exportDrawersexportEmphasizedTextexportHeadlineLevelsexportPreserveBreaksexportSmartQuotesexportSpecialStringsexportSubSuperscriptsexportWithAuthorexportWithCreatorexportWithEmailexportWithTagsexportWithTodoKeywordsArchivedTreesOptionArchivedTreesExportArchivedTreesNoExportArchivedTreesHeadlineOnlyOrgParserStateorgStateEmphasisPreCharsorgStateEmphasisPostChars TodoSequence TodoMarker TodoState MacroExpanderOrgLinkFormatters OrgNoteTable OrgNoteRecordactiveTodoSequencesOrgParserLocalorgLocalQuoteContextorgStateAnchorIdsorgStateEmphasisCharStackorgStateEmphasisNewlinesorgStateExportSettingsorgStateHeaderMaporgStateIdentifiersorgStateIncludeFilesorgStateLastForbiddenCharPosorgStateLastPreCharPosorgStateLastStrPosorgStateLinkFormattersorgStateMacrosorgStateMacroDepth orgStateMetaorgStateNotes'orgStateOptionsorgStateParserContextorgStateTodoSequencesorgLogMessages orgMacrostodoMarkerStatetodoMarkerNameDoneTododefaultOrgParserStateoptionsToParserStateregisterTodoSequenceactiveTodoMarkers lookupMacro registerMacro OrgParser skipSpaces1inList withContextgetExportSettingupdateLastForbiddenCharPosupdateLastPreCharPos orgArgKey orgArgWordorgArgWordCharhline headerStart endOfBlock tableStart latexEnvStartbulletListStartorderedListStart drawerStart metaLineStartcommentLineStartexampleLineStart noteMarkerExportSettingSetterexportSettings exportSettingbooleanSettingintegerSettingarchivedTreeSettingcomplementableListSettingignoredSetting elispBooleanHeadline Properties PropertyValue PropertyKey documentTreetoTag toPropertyKeytoPropertyValueisNonNilheadlineheadlineToBlocksisCommentTitletagSpan headlineLevelheadlineTodoMarker headlineText headlineTagsheadlinePropertiesheadlineContentsheadlineChildren fromValuefromKeyTagfromTag parseTableRow LaTeXStatesOptionssMeta sQuoteContextsMacros sContainerssHeaders sLogMessages sIdentifiers sVerbatimModesCaption sInListItem sInTableCellsLastHeaderNumsLabels sHasChapterssToggles HeaderNuminlineinlinesendline pandocOrgCite berkeleyCitelinkLikeOrgRefCite orgRefCiteKeyorgRefCiteModelinkToInlinesFanchorsolidifyinlineCodeBlockmathStringBetweenmath1CharBetween emphasisStart emphasisEndmany1TillNOrLessNewlinesemphasisForbiddenBorderCharsemphasisAllowedNewlines mathPostCharsmathForbiddenBorderCharsmathAllowedNewlinesafterEmphasisPreCharnotAfterForbiddenBorderCharsubOrSuperExprenclosedByPairaddToNotesTable linkTargetBerkeleyCitationListberkeleyCiteParensberkeleyCiteCommonPrefixberkeleyCiteCommonSuffixberkeleyCiteCitations metaExportmetaLinemetaExportSnippetaccumulatingList parseFormatmetaKeySwitchPolarityBlockAttributes blockListmetahorizontalRuleattrFromBlockAttributes keyValuesorgBlockrawBlockContent ignHeaders exportBlock codeBlockbabelResultsBlockcodeHeaderArgsswitchPolarityswitch genericSwitchlineNumberSwitch genericDrawerfigureendOfParagraphexampleincludeorgTablelistItemOrgTableorgTableColumnPropertiesorgTableHeader orgTableRows OrgTableRow OrgContentRow OrgAlignRow OrgHlineRowColumnPropertycolumnAlignmentcolumnRelWidth SwitchPlus SwitchMinus blockAttrNameblockAttrLabelblockAttrCaptionblockAttrKeyValues inChapterinPlain HTMLLocal quoteContext HTMLState parserState noteTablebaseHref identifiers headerMap logMessages parseTextile parseBlocks blockParsersblock codeBlockPreheaderanyListanyListAtDepthbulletListAtDepthbulletListItemAtDepthorderedListAtDepthorderedListItemAtDepthgenericListItemAtDepthdefinitionList listStartdefinitionListItem rawHtmlBlockrawLaTeXBlock'para tableCelltableRow ignorableRowmaybeExplicitBlock inlineParsers inlineMarkupmark markupCharsstringBreakers hyphenedWordsstr whitespacerawLaTeXInline'linkimage escapedTagsymbolcode attributes surrounded singleton simpleInline MuseTablemuseMeta museHeadersmuseLastStrPos museInLink museInPara parseMuselchoprchopeol htmlElementhtmlAttrToPandocAttrcomment separator emacsHeadingamuseHeadingUntil exampleTag literalTag RawInlineinlineLiteralTag centerTagrightTagquoteTagdivTag biblioTagplayTagverseTag commentTagparaContentsUntil paraUntil lineBlockbulletListUntilanyMuseOrderedListMarkerorderedListUntildefinitionListUntiltableParseHeadertableParseBodytableParseFootertableParseCaptionfootnotebr inlineTagstrongemph underlined strongTagemphTagsuperscriptTag subscriptTag strikeoutTag verbatimTagclassTagnbspcodeTagmathTag htmlBlockparseHtmlContentbulletListItemsUntil anyListUntil tableParseRowMuseTableElement MuseHeaderRow MuseBodyRow MuseFooterRow MuseCaptionmuseTableCaptionmuseTableHeaders museTableRowsmuseTableFooters MuseState museOptionsmuseIdentifierListmuseLogMessages museNotes listChunkinlinesBetweenMWState mwOptionsmwMaxNestingLevelmwNextLinkNumbermwCategoryLinks mwHeaderMapmwIdentifierList mwLogMessagesmwInTTinlinesInBalancedBrackets abbrevKeymultilineTablemultilineTableHeader OPMLStateopmlSectionLevel opmlDocTitleopmlDocAuthors opmlDocDate opmlOptionspipeFn PipeErrorpipeErrorCommand pipeErrorCodepipeErrorOutputLuaPackageParamsinstallPandocPackageSearcherpandocPackageSearcher dataDirScriptluaPkgCommonState luaPkgDataDirluaPkgMediaBagluaPackageParams initLuaStateregisterScriptPathKeyValue blockToCustomblockListToCustominlineListToCustominlineToCustomPandocLuaException StringifyText.Pandoc.Generic queryWith bottomUpMtopDownbottomUppandocTypesVersionnullAttrdocDate docAuthorsdocTitle lookupMeta isNullMetanullMetaunMeta MetaValueMetaMapMetaListMetaBool MetaString MetaInlines MetaBlocks Alignment AlignLeft AlignRight AlignCenter AlignDefaultListAttributesListNumberStyleDecimal DefaultStyle LowerRoman UpperRoman LowerAlpha UpperAlphaListNumberDelimPeriod DefaultDelimOneParen TwoParens TableCellFormatHeader OrderedListNullPlainPara LineBlock CodeBlockRawBlock BlockQuote BulletListDefinitionListHorizontalRuleDiv QuoteType SingleQuote DoubleQuoteTargetMathType DisplayMath InlineMathStrImageSpaceEmphStrong Strikeout Superscript Subscript SmallCapsQuotedCiteCode SoftBreak LineBreakMathLinkNoteSpanCitation citationIdcitationPrefixcitationSuffix citationModecitationNoteNum citationHash CitationMode AuthorInTextSuppressAuthorNormalCitationpdfWriterAndProg