Writing a Haskell package and issues replicating --standalone
#9891
patrickaldis
started this conversation in
General
Replies: 1 comment 2 replies
-
You need to set |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing a Haskell package and currently trying to produce the same results in Haskell as running with
--standalone
in the command line.I'm trying to produce mathjax rendered markdown. My current Haskell code is:
Which doesn't seem to produce the header. Is the idea that
readerStandalone
replicates the functionality of--standalone
? It's value doesn't seem to have an effect on the html outputrunning
pandoc -i <file> -o <output>.html --standalone --mathjax
produces the desired resultBeta Was this translation helpful? Give feedback.
All reactions