Liquid filter asciidocify
causes Jekyll build error
#3
Labels
bug
Something isn't working
help wanted
Extra attention is needed
Jekyll
Involves working heavily with or extending Jekyll SSG
Liquid
Incorporates Liquid templating
Ruby
Involves some Ruby troubleshooting/coding
Milestone
Though I can confirm the nifty
asciidocify
filter provided by the jekyll-asciidoc plugin works in a fresh Jekyll repo, something in this codebase is causing an error I've never encountered.To reporoduce, in
_includes/footer.yml
, just change one of the entries that now readsasciidocifyxme
toasciidocify
and runbundle exec jekyll build
.This is a Ruby
TypeError
thrown inside Asciidoctor as called by the Convert module in jekyll-asciidoc plugin. I cannot figure out for the life of me what could be causing this to behave differently. Even if you just pass it an explicit String (e.g.,{{ "some _asciidoc_ string" | asciidocify }}
), it rejects it as aSymbol
type.The text was updated successfully, but these errors were encountered: