Server: TODO comments.

This commit is contained in:
John MacFarlane
2022-08-14 23:40:14 -07:00
parent 5ae98d4e08
commit 9d12fcb0c7
+18
View File
@@ -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)