Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jekyll seem to try to apply Liquid processing to software docs #13

Closed
strogonoff opened this issue Sep 27, 2018 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@strogonoff
Copy link
Contributor

With new customisation docs for metanorma-iso, causes build error on https://github.com/riboseinc/open.ribose.com/:

…was not properly terminated with regexp: /\}\}/ in /Volumes/Ribose/open.ribose.com/_projects/Metanorma/_software/metanorma-iso/docs/customisation.adoc              
bundler: failed to load command: jekyll (/Users/tony/.rvm/gems/ruby-2.4.4/bin/jekyll)       
Liquid::SyntaxError: Liquid syntax error (line 507): Variable '{{`, `{%`) unless you know what you're doing with them: they are how the pages are populated with metadata.
@strogonoff strogonoff added the bug Something isn't working label Sep 27, 2018
@strogonoff strogonoff self-assigned this Sep 27, 2018
@strogonoff
Copy link
Contributor Author

It seems like Jekyll::Document implicitly parses Liquid: https://www.rubydoc.info/github/jekyll/jekyll/Jekyll/Document, need to find a way to override that.

strogonoff added a commit to riboseinc/jekyll-theme-open-project that referenced this issue Sep 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant