Open AlbertoGP opened 1 year ago
Maybe that’s not pandoc
but jekyll
because the include
directives look like the liquid
template language they use: https://jekyllrb.com/docs/liquid/
Yes, the tutorial is "built" entirely with Jekyll. Running it locally should be enough.
The Makefile builds the specification, but not the tutorial.
I’ve got it build something by duplicating
SPEC_SRC
toTUTORIAL_SRC
, then:This however does not include the example listings read using
{% capture source %}{% include examples/hello-world/hello.aum %}{% endcapture %}
and then{{ source }}
as is done inhello-world.md
for instance.Maybe this version of
pandoc
does not have the necessary modules or whatever, but is there some option I’m missing?