yegor256 / jekyll-plantuml

PlantUML plugin for Jekyll: helps you embed UML diagrams into static pages
https://rubygems.org/gems/jekyll-plantuml
MIT License
47 stars 15 forks source link

HTML code #10

Closed yegor256 closed 8 years ago

yegor256 commented 8 years ago

It should be possible to add HTML code to the diagram:

{% plantuml style="width:50%" %}
[script] -down- [log]
[script] -down- [Line]
{% endplantuml %}

The result should look like this:

<p><img src='/uml/#{name}.svg' style="width:50%"
  alt='PlantUML diagram' class='plantuml'/></p>
yegor256 commented 8 years ago

@rultor release, tag is 1.2

rultor commented 8 years ago

@rultor release, tag is 1.2

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 8 years ago

@rultor release, tag is 1.2

@yegor256 Done! FYI, the full log is here (took me 1min)

yegor256 commented 8 years ago

@rultor release, tag is 1.3

rultor commented 8 years ago

@rultor release, tag is 1.3

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 8 years ago

@rultor release, tag is 1.3

@yegor256 Done! FYI, the full log is here (took me 2min)

yegor256 commented 8 years ago

@rultor release, tag is 1.3.1

rultor commented 8 years ago

@rultor release, tag is 1.3.1

@yegor256 OK, I will release it now. Please check the progress here

rultor commented 8 years ago

@rultor release, tag is 1.3.1

@yegor256 Done! FYI, the full log is here (took me 2min)