|
Text.Pandoc.XML | Portability | portable | Stability | alpha | Maintainer | John MacFarlane <jgm@berkeley.edu> |
|
|
|
Description |
Functions for escaping and formatting XML.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Remove everything between ...
|
|
|
Escape one character as needed for XML.
|
|
|
Escape string as needed for XML. Entity references are not preserved.
|
|
|
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.
|
|
|
Put the supplied contents in indented block btw start and end tags.
|
|
Produced by Haddock version 2.4.2 |