-
Notifications
You must be signed in to change notification settings - Fork 15
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-plantuml build doesn't work in WSL2 environment due to Liquid exception unknown tag 'plantuml` #20
Comments
@rultor release, tag is |
@dragondive @yegor256 Oops, I failed. You can see the full log here (spent 1min)
|
@rultor release, tag is |
@dragondive try version 1.4.1, I believe it should work just fine. You can see the test suites that prove it: https://github.com/yegor256/jekyll-plantuml/tree/master/test-jekylls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What I'm trying to do
Use plantuml in Jekyll blog to generate a diagram, using the below command:
bundle exec jekyll serve --watch --force-polling --livereload
My source codes
yyyy-mm-dd-title.md file:
_config.yml file:
Gemfile file:
Software versions
Expected behaviour
Jekyll build generates the HTML pages properly with the PlantUML diagrams included
Actual behaviour
Build crashes with following error:
What I have tried so far
This properly generates the
foo.png
with the specified diagram. It confirms that plantuml is properly installed and working.What else can I try to fix this problem?
Make sure the title of the issue explains the problem you are having. ✅ Also, the description of the issue must clearly explain what is broken, not what you want us to implement. ✅ Go through this checklist and make sure you answer "YES" to all points:
This article will help you understand what we are looking for: http://www.yegor256.com/2014/11/24/principles-of-bug-tracking.html ✅
The text was updated successfully, but these errors were encountered: