diff options
author | Horacio Sanson <horacio@allm.net> | 2017-01-16 09:07:02 +0900 |
---|---|---|
committer | Horacio Sanson <horacio@allm.net> | 2017-02-03 08:49:48 +0900 |
commit | d9e9ad2211c06159914e0183e4842abc16e5666f (patch) | |
tree | ffa7e02948f10a42b42d33d3b568774c147bd98c /Gemfile | |
parent | e7d530a624fbb8854047c3983eaa0972a19f36c8 (diff) | |
download | gitlab-ce-d9e9ad2211c06159914e0183e4842abc16e5666f.tar.gz |
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |