Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UML in Markdown
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Scheib
UML in Markdown
Commits
b0f6df87
Commit
b0f6df87
authored
1 year ago
by
Felix Scheib
Browse files
Options
Downloads
Patches
Plain Diff
ADD: comments added
parent
1a35ead9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-3
7 additions, 3 deletions
README.md
UML/UML.puml
+0
-0
0 additions, 0 deletions
UML/UML.puml
with
7 additions
and
3 deletions
README.md
+
7
−
3
View file @
b0f6df87
## Mermaid
[
Mermaid
](
https://mermaid.js.org/
)
can be used to create diagrams like with
[
Graphviz
](
https://graphviz.org/
)
directly embedded into markdown-files.
```
mermaid
graph TD;
A-->B;
...
...
@@ -8,8 +10,10 @@
C-->D;
```
## PlantUML
[
PlantUML
](
https://plantuml.com/en/
)
can be used to create UML-diagrams directly embedded into markdown-files.
```
plantuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
...
...
@@ -26,6 +30,6 @@ Car -- Person : < owns
## Rendered on Webservice

For
**public**
projects it's possible to let a
[
webserver
](
http://www.plantuml.com/plantuml/proxy?src=
)
render the UML's. This allows to use external files for the defintion of these UML-diagrams.


This diff is collapsed.
Click to expand it.
Instance
.puml
→
UML/UML
.puml
+
0
−
0
View file @
b0f6df87
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment