Closed iandol closed 7 years ago
This was an odd one!
But I found the issue: the YAML block starts by "--- ". Apparently, due to that trailing whitespace, pandocomatic does not recognize it as a start of a YAML block...
That is something I'll have to fix.
Fixed in version 0.1.3: you now can end a YAML metadata block delimiter (---
or ...
) with whitespace.
Note. version 0.1.3 is not yet pushed to Rubygems, first the other issues have to be fixed, but you can download and install it from here in the meantime.
Great! Because of Pandoc paragraph formatting I have an automatic mania to use double spaces at the end of everything π
Hi, not sure what I'm doing wrong. Here is my min.md markdown:
And my ~/.pandoc/pandocomatic.yaml
So I assume in theory I don't need to specify an output file on the command line as it is specified in the markdown yaml. But when I try this:
It doesn't work. And even if I do specify
-o
it seems to be ignoring my template (no bibliography):Also, if I force specify the
-c
config I get a different result (not standalone, no bibliography):I've done something wrong somewhere!
Output from plain pandoc: