mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 17:35:49 +00:00
Server: TODO comments.
This commit is contained in:
@@ -129,6 +129,24 @@ instance Default Params where
|
||||
, referenceLocation = Nothing
|
||||
, preferAscii = Nothing
|
||||
}
|
||||
-- TODO:
|
||||
-- [ ] add files to common state
|
||||
-- shiftHeadingLevelBy
|
||||
-- metadata
|
||||
-- selfContained
|
||||
-- embedResources
|
||||
-- epubCoverImage
|
||||
-- stripEmptyParagraphs
|
||||
-- titlePrefix
|
||||
-- css
|
||||
-- ipynbOutput
|
||||
-- includeBeforeBody
|
||||
-- includeAfterBody
|
||||
-- includeInHeader
|
||||
-- eol
|
||||
-- csl
|
||||
-- bibliography
|
||||
-- citationAbbreviations
|
||||
|
||||
-- Automatically derive code to convert to/from JSON.
|
||||
$(deriveJSON defaultOptions ''Params)
|
||||
|
||||
Reference in New Issue
Block a user