Skip to content
Snippets Groups Projects
  1. Sep 06, 2018
  2. Feb 02, 2018
  3. Dec 27, 2017
  4. Nov 01, 2017
  5. Aug 29, 2017
  6. Apr 26, 2017
  7. Apr 24, 2017
  8. Apr 21, 2017
  9. Apr 20, 2017
  10. Apr 19, 2017
  11. Feb 02, 2017
    • Horacio Sanson's avatar
      PlantUML support for Markdown · d9e9ad22
      Horacio Sanson authored
      Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:
      
          ```plantuml
          Bob -> Sara : Hello
          Sara -> Bob : Go away
          ```
      
      Closes: #4048
      d9e9ad22
  12. Jan 12, 2017
    • Horacio Sanson's avatar
      Add support for PlantUML diagrams in Asciidoc. · f986b4c4
      Horacio Sanson authored
      This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
      PlantUML diagram all we need is to include a plantuml block like:
      
      ```
      [plantuml, id="myDiagram", width="100px", height="100px"]
      --
      bob -> alice : ping
      alice -> bob : pong
      --
      ```
      
      The plantuml block is substituted by an HTML img element with *src* pointing to
      an external PlantUML server.
      
      This MR also add a PlantUML integration section to the Administrator -> Settings
      page to configure the PlantUML rendering service and to enable/disable it.
      
      Closes: #17603
      f986b4c4
Loading