PlantUML support for Markdown
Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:
```plantuml
Bob -> Sara : Hello
Sara -> Bob : Go away
```
Closes: #4048
Showing
... | ... | @@ -109,7 +109,7 @@ gem 'org-ruby', '~> 0.9.12' |
gem 'creole', '~> 0.5.0' | ||
gem 'wikicloth', '0.8.1' | ||
gem 'asciidoctor', '~> 1.5.2' | ||
gem 'asciidoctor-plantuml', '0.0.6' | ||
gem 'asciidoctor-plantuml', '0.0.7' | ||
gem 'rouge', '~> 2.0' | ||
gem 'truncato', '~> 0.7.8' | ||
... | ... |
changelogs/unreleased/markdown-plantuml.yml
0 → 100644
config/initializers/plantuml_lexer.rb
0 → 100644
lib/banzai/filter/plantuml_filter.rb
0 → 100644
lib/rouge/lexers/plantuml.rb
0 → 100644
Please
register
or
sign in
to comment