Skip to content

Commit

Permalink
Added PlantUML extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Blazej Bucko committed Jul 2, 2015
1 parent 9cf668f commit b1a21f0
Show file tree
Hide file tree
Showing 5 changed files with 1,807 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/plantuml-block.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
RUBY_ENGINE == 'opal' ? (require 'plantuml-block/extension') : (require_relative 'plantuml-block/extension')

Extensions.register do
block PlantumlBlock
end
Loading

0 comments on commit b1a21f0

Please sign in to comment.