Closed xiaonan closed 10 years ago
Hi, not sure what you mean, the content in github pages should be the output from the jekyll build
, which should not including something like {% plantuml %}
.
Maybe it's not recognized by the jekyll plugin system, in that case, probably you need to check the jekyll plugin format to make sure it's correctly set.
tks~, I already know the reason is github pages not support the third party plguin.
@seanerchen -- its seems to have worked for tooh: http://tooh.github.io/blog/2013/06/09/PlantUML/
Thanks for the update and the link, close this issue then.
while run
jekyll build
in my local it works without any problem,but when i push this to my github pages ,the tag {% plantuml %} can not work?