change mpp config for bibtex in *.md
[dotfiles.git] / 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"