Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #9550

Closed
Open
Created Aug 10, 2015 by Administrator@rootOwner

GitLab Flavoured Markdown: render UML diagrams by adding 'Syntax Highlightning' for PlantUML

Created by: janklostermann

now

there is syntax highlightning for some languages (Ruby, Python, etc.) using

 '''language
 code
 '''

(using apostrophes for the backticks here)

wanted

to add PlantUML to the languages to gain: '''plantuml for code fencing -> with the difference that the output is not a beautified code, but a UML diagram. The PlantUML text (http://plantuml.com/PlantUML_Language_Reference_Guide.pdf) is replaced by the UML diagram's graphic.

expected result

getting the power of UML inside the markdown documents without the cost of unmaintainable inserted graphics

how

replacing the pygments highlightner by the PlantUML renderer in case of 'plantuml' as language

Assignee
Assign to
Time tracking