pandoc: Could not fetch //fonts.googleapis.com/css?family=Lobster|Cabin:400,700
InvalidUrlException "//fonts.googleapis.com/css?family=Lobster%7CCabin:400,700" "Invalid URL"
Using pandoc 1.13.2 this seems to work as expected. Related to #1477
humburg
referenced
this issue
in jimhester/knitrBootstrap
For posterity, the bug was introduced by ce55834
which was intended to prevent pandoc from treating C:/ in a Windows path as a protocol.
It affects 1.16..1.16.0.2.
With Pandoc 1.16.0.2 the following conversion attempt fails:
producing this error:
Using pandoc 1.13.2 this seems to work as expected. Related to #1477