-
Notifications
You must be signed in to change notification settings - Fork 25
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
Liquid syntax error: Unknown tag 'mermaid' #12
Comments
Had the same issue, this fixed it for me: #7 (comment) |
@siriobalmelli what is this gemfile? sorry if dumb. i know nothing about ruby. just unsing jekyll. |
@ManuelSchneid3r I'm not an expert either ... but you probably have a |
There are no gemfiles. I listed the gems in the jekyll config. See the repo. |
Okay meanwhile I switched to docker hubs jekyll/jekyll. I have the Gemfile in the root dir. I have jekyll-mermaid installed therefore. Gemfile: source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll"
gem "jekyll-mermaid" In the _config.yml I have gems:
- jekyll-mermaid Still no graphs |
Why don't you just include the html in the markdown file like I do here resulting in the page https://svrooij.io/2021/04/01/generate-flows-from-markdown/ Jekyll doesn't really need the plugin to just show the graphs in Github Pages. Edit: I dit try this plugin first (because it looked like a better way), as you can see in this commit svrooij/svrooij.github.io@1deca4e#diff-a97461fa07cf302d473cb040035aca0322d9bbbde0e3c99ac39140094884f9a9 |
https://travis-ci.org/github/albertlauncher/documentation
I build a page containing mermaid code using jekyll on travis. Afaik I set everything up as defined in the docs. However it is failing. What am I doing wrong?
Error:
Travis config
jekyll config
The text was updated successfully, but these errors were encountered: