Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3c1c93c1
Commit
3c1c93c1
authored
Mar 07, 2022
by
Niklas Janz
Committed by
Amy Qualls
Mar 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add file extension notes
To clarify what file extensions are needed to trigger the PlantUML process.
parent
49d63fea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
doc/administration/integration/plantuml.md
doc/administration/integration/plantuml.md
+5
-2
No files found.
doc/administration/integration/plantuml.md
View file @
3c1c93c1
...
...
@@ -21,7 +21,7 @@ blocks to an HTML image tag, with the source pointing to the PlantUML instance.
diagram delimiters
`@startuml`
/
`@enduml`
aren't required, as these are replaced
by the
`plantuml`
block:
-
**Markdown**
-
**Markdown**
files with the extension
`.md`
:
````
markdown
```
plantuml
...
...
@@ -30,7 +30,10 @@ by the `plantuml` block:
```
````
-
**AsciiDoc**
For additional acceptable extensions, review the
[
`languages.yaml`
](
https://gitlab.com/gitlab-org/gitlab/-/blob/master/vendor/languages.yml#L3174
)
file.
-
**AsciiDoc**
files with the extension
`.asciidoc`
,
`.adoc`
, or
`.asc`
:
```
plaintext
[plantuml, format="png", id="myDiagram", width="200px"]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment