Update Md reference files using pandoc 2.9.2.1

master
Kaushal Modi 6 years ago
parent 2e814c4829
commit d352cd1bf8
  1. 7
      CONTRIBUTING.org
  2. 2
      test/site/content/posts/citation-forms-apa-csl.md
  3. 2
      test/site/content/posts/citation-forms.md
  4. 2
      test/site/content/posts/citation-linking.md
  5. 2
      test/site/content/posts/citations-example-toml.md
  6. 2
      test/site/content/posts/citations-example-yaml.md
  7. 2
      test/site/content/posts/citations-with-captions/index.md

@ -12,7 +12,7 @@ patches accepted.
As a bonus, once you have assigned your copyright to FSF, doors open up
for your future contributions to Emacs too!
* Contribute to documentation
*See [[https://ox-hugo.scripter.co/doc/requirements#doc_contributor_reqs/][Requirements for doc contributor]].*
*See [[https://ox-hugo.scripter.co/doc/requirements/#doc_contributor_reqs][Requirements for doc contributor]].*
1. Clone this repo.
2. Add/edit documentation to =doc/ox-hugo-manual.org=.
@ -24,7 +24,7 @@ for your future contributions to Emacs too!
5. Commit *only the .org files*, push branch and create PR.
- The =.org==.md= conversion is done by =ox-hugo= on Netlify.
* Contribute to code
*See [[https://ox-hugo.scripter.co/doc/requirements#code_contributor_reqs/][Requirements for code contributor]].*
*See [[https://ox-hugo.scripter.co/doc/requirements/#code_contributor_reqs][Requirements for code contributor]].*
1. Clone this repo.
2. Add/edit the .el files, *tests* in =test/site/content-org/=, and
@ -54,5 +54,6 @@ error backtrace,
* Test
1. Clone this repo.
2. Ensure that ~pandoc~ and ~pandoc-citeproc~ (at least version
[[https://github.com/jgm/pandoc/releases/tag/2.9.2.1][*2.9.2.1*]]) are installed (more info [[https://ox-hugo.scripter.co/doc/contributing-guide/#contribute-to-code][here]]).
[[https://github.com/jgm/pandoc/releases/tag/2.9.2.1][*2.9.2.1*]]) are installed (more info
[[https://ox-hugo.scripter.co/doc/contributing-guide/#contribute-to-code][here]]).
3. Run =make -j1 test=.

@ -65,7 +65,7 @@ citations," [n.d.](#ref-rmdCitations)) for more.
## References {#references}
<div id="refs" class="references">
<div id="refs" class="references hanging-indent">
<div></div>

@ -62,7 +62,7 @@ Citations," [n.d.](#ref-rmdCitations)) for more.
## References {#references}
<div id="refs" class="references">
<div id="refs" class="references hanging-indent">
<div></div>

@ -15,7 +15,7 @@ footnote citation.[^fn:1]
## References {#references}
<div id="refs" class="references">
<div id="refs" class="references hanging-indent">
<div></div>

@ -84,7 +84,7 @@ Some text.
## References {#references}
<div id="refs" class="references">
<div id="refs" class="references hanging-indent">
<div></div>

@ -24,7 +24,7 @@ Content in section 2.
## References {#references}
<div id="refs" class="references">
<div id="refs" class="references hanging-indent">
<div></div>

@ -41,7 +41,7 @@ Snippet 1</a></span>: Nested Boxes using PlantUML
## References {#references}
<div id="refs" class="references">
<div id="refs" class="references hanging-indent">
<div></div>

Loading…
Cancel
Save