citation: Simplify further for all pandoc versions

master
Rohit Goswami 6 years ago committed by Kaushal Modi
parent a359d19aca
commit 2e4b9dd6fa
  1. 2
      ox-hugo-pandoc-cite.el

@ -63,7 +63,7 @@ arguments.")
"Buffer to contain the `pandoc' run output and errors.") "Buffer to contain the `pandoc' run output and errors.")
(defvar org-hugo-pandoc-cite--references-header-regexp (defvar org-hugo-pandoc-cite--references-header-regexp
"^<div id=\"refs\" class=\"references hanging-indent\">$" "^<div id=\"refs\" .*>$"
"Regexp to match the Pandoc-inserted references header string. "Regexp to match the Pandoc-inserted references header string.
This string is present only if Pandoc has resolved one or more This string is present only if Pandoc has resolved one or more

Loading…
Cancel
Save