jekyll-plantuml
jekyll-plantuml copied to clipboard
plantuml and jekyll or in javascript and nothing work for me.. :S
Hello everybody, i followed this tutorial https://github.com/yegor256/jekyll-plantuml, but not work for me. The command “jekyll serve” give an error, it’ create well a UML folder, but not content a SVG file, just a UML file like: e05ea5bef2d94438d9a03889b9de5ca4.uml.
I try with JS and jquery version, same problem..
Help me please .
@Alama32 what error are you getting from Jekyll? post your log here please
I do not know if I have a log file somewhere, but here's a screen shot..
Indeed, I have this file, but with the UML extention and not SVG extention.
And in my config yml, i added this: gems: ["jekyll-plantuml"] and other (in markdown) file by my project, this for test:
{% plantuml %} [First] - [Second] {% endplantuml %}
After, i execute jekyll serve
Wow, I did it with jquery version PlantUml, to come, I had to activate rawdeflate.js script !! although he was commented and indicated that this file was implicitly invoked by plantuml.js .. :)
Would not it be a similar problem for Jekyll Version ??
Re.. I tried the version with js Jekyll Site openfl and it does not work! by cons if I make a new project and I compile with Jekyll, it works .. I understand nothing..