Hi Gerard,

>> Steps to recreate the problem:
>> 
>> $ git clone https://github.com/gcapes/git-course.git
>> $ cd git-course
>> $ make preview

I didn't had any issue. I also try

    $ make -B preview

and no problem.

>> pandoc -s -t html \
>>          --smart \
>>          --mathjax \
>>          --template=_layouts/page \
>>          --filter=tools/filters/blockquote2div.py \
>>          --filter=tools/filters/id4glossary.py \
>>          -Vheader="$(cat _includes/header.html)" -Vbanner="$(cat
>> _includes/banner.html)" -Vfooter="$(cat _includes/footer.html)"
>> -Vjavascript="$(cat _includes/javascript.html)" \
>>          -o 01-introduction.html 01-introduction.md
>> pandoc: Error running filter tools/filters/blockquote2div.py
>> tools/filters/blockquote2div.py not found in path
>> make: *** [01-introduction.html] Error 83
>> 
>> $ pandoc -v
>> pandoc 1.12.2.1
>> Compiled with texmath 0.6.5.2, highlighting-kate 0.5.5.1.

Could you try update Pandoc to a newer version,
https://github.com/jgm/pandoc/releases?
The version you are using is a little old.

Cheers,
Raniere
_______________________________________________
Discuss mailing list
[email protected]
http://lists.software-carpentry.org/listinfo/discuss

Reply via email to