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 08:03:58 +0000 (19:03 +1100)
atom/.atom/config.cson
index 6afa97a13a0d864472da2c5ecac903a0ed789a53..ea1c6e171e9305bfcb533a31ccaf6dbadd16e8a8 100644 (file)
     markdownItConfig: {}
     mathConfig:
       enableLatexRenderingByDefault: true
+      numberEquations: true
+    pandocConfig:
+      pandocArguments: [
+        "--standalone"
+      ]
+      pandocBibliography: true
+      pandocMarkdownFlavor: "markdown-latex_macros"
+      pandocRemoveReferences: false
     previewConfig:
       activatePreviewWithEditor: true
     renderer: "pandoc"