PandocStringer constructor
const
PandocStringer({
- Set<
String> supportedFormats = const {"biblatex", "bibtex", "bits", "commonmark", "commonmark_x", "creole", "csljson", "csv", "djot", "docbook", "docx", "dokuwiki", "endnotexml", "epub", "fb2", "gfm", "haddock", "html", "ipynb", "jats", "jira", "latex", "man", "md", "markdown", "markdown_github", "markdown_mmd", "markdown_phpextra", "markdown_strict", "mdoc", "mediawiki", "muse", "native", "odt", "opml", "org", "pod", "ris", "rst", "rtf", "t2t", "textile", "tikiwiki", "tsv", "twiki", "typst", "vimwiki"},
Implementation
const PandocStringer({
super.supportedFormats = const {
"biblatex",
"bibtex",
"bits",
"commonmark",
"commonmark_x",
"creole",
"csljson",
"csv",
"djot",
"docbook",
"docx",
"dokuwiki",
"endnotexml",
"epub",
"fb2",
"gfm",
"haddock",
"html",
"ipynb",
"jats",
"jira",
"latex",
"man",
"md",
"markdown",
"markdown_github",
"markdown_mmd",
"markdown_phpextra",
"markdown_strict",
"mdoc",
"mediawiki",
"muse",
"native",
"odt",
"opml",
"org",
"pod",
"ris",
"rst",
"rtf",
"t2t",
"textile",
"tikiwiki",
"tsv",
"twiki",
"typst",
"vimwiki",
},
});