From 9d12fcb0c7f7944d2f092228c22ccfa4f5bfe099 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 14 Aug 2022 23:40:14 -0700 Subject: [PATCH] Server: TODO comments. --- server/PandocServer.hs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/server/PandocServer.hs b/server/PandocServer.hs index 607e16d58..bf2746ad5 100644 --- a/server/PandocServer.hs +++ b/server/PandocServer.hs @@ -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)