Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puml includes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EMERALD
Public
puml includes
Commits
b5d87f56
Commit
b5d87f56
authored
2 months ago
by
Etxaniz Errazkin, Iñaki
Browse files
Options
Downloads
Patches
Plain Diff
Several "::include{file=roles.puml}" in a markdown (*.md) file
parent
5c4ab3b9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dir/included_part2.puml
+1
-0
1 addition, 0 deletions
dir/included_part2.puml
markdown_uml_2.md
+0
-2
0 additions, 2 deletions
markdown_uml_2.md
with
1 addition
and
2 deletions
dir/included_part2.puml
+
1
−
0
View file @
b5d87f56
...
...
@@ -2,5 +2,6 @@
Bob -> Alice: Hola ¿A dónde vas?
Alice->Bob: Manzanas traigo
note: This part is written in a secondary file \n in another folder \n (/dir/included_part2.puml)
@enduml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
markdown_uml_2.md
+
0
−
2
View file @
b5d87f56
...
...
@@ -5,7 +5,6 @@
group Testing markdown ::include
Int_Au -> Comp_Mg
note left: If the entity names above are \n "Internal Auditor" and \n "Compliance Manager"...
note right: ...then, the \n **"::include {file=roles.puml}"** \n works in a markdown file!! (*.md)
Int_Au <- Comp_Mg
...
...
@@ -14,6 +13,5 @@ end
'This includes Bob & Alice talk
'Note that the file is in another folder (/dir)
::include{file=/dir/included_part2.puml}
note: This part is included from a file in another folder
```
\ No newline at end of file
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