New quarto extension--compilation failed error #5075
Unanswered
eteitelbaum
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The issue appears to be caused by the underscore in the document class name. I'm not sure why, but Pandoc is escaping that to |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create a new quarto extension. Here is a link to my repo. I feel like I am close to doing it but when I render my sample .qmd file I get this error:
Right now I am just trying to do the .pdf and will return to .html later. Here is the code from my
_extension.yml
file:I have the
apsr_submission.cls
file and thechicago-apsr.bst
file in the extension folder. Then I try to render it with this template.qmd file:Am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions