Skip to content

Pandoc Full Support For JATSXML Specification? #9818

Answered by jgm
aerithnetzer asked this question in Q&A
Discussion options

You must be logged in to vote

As far as I can tell, supplementary-material is only allowed in article-meta, not journal-meta, so I will add it to the default template only for -t jats_articleauthoring.

Once it is added, you'll be able to get what you want with pandoc -t jats_articleauthoring -s using:

---
title: My Title
supplementary-material: |
  ```{=jats}               
  <code>
    <ext-link ext-link-type="uri" xlink:href="github.com/aerithnetzer/somegithubrepo"></ext-link>
  </code>
  ```
...

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@aerithnetzer
Comment options

@jgm
Comment options

@aerithnetzer
Comment options

@jgm
Comment options

Answer selected by aerithnetzer
@aerithnetzer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants