change mpp config for bibtex in *.md
authorAndrew Lorimer <andrew@lorimer.id.au>
Mon, 29 Oct 2018 07:55:42 +0000 (18:55 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 29 Oct 2018 07:55:42 +0000 (18:55 +1100)
atom/.atom/config.cson
index 05f524522854b832d77396a855df494d96e9a7fb..cbbe94f174a2b3d883a02fabd2efc51fb1fcec20 100644 (file)
     markdownItConfig: {}
     mathConfig:
       enableLatexRenderingByDefault: true
+      numberEquations: true
+    pandocConfig:
+      pandocArguments: [
+        "--standalone"
+      ]
+      pandocBibliography: true
+      pandocMarkdownFlavor: "markdown-latex_macros"
+      pandocRemoveReferences: false
     previewConfig:
       activatePreviewWithEditor: true
     renderer: "pandoc"