Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
5229390d
Commit
5229390d
authored
Mar 29, 2020
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: plantuml default markers
parent
5f382f21
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
15 deletions
+2
-15
definition.yml
server/modules/rendering/html-plantuml/definition.yml
+0
-8
renderer.js
server/modules/rendering/html-plantuml/renderer.js
+0
-5
definition.yml
server/modules/rendering/markdown-plantuml/definition.yml
+2
-2
No files found.
server/modules/rendering/html-plantuml/definition.yml
deleted
100644 → 0
View file @
5f382f21
key
:
htmlPlantuml
title
:
PlantUML
description
:
Generate diagrams from PlantUML syntax
author
:
requarks.io
icon
:
mdi-sitemap
enabledDefault
:
false
dependsOn
:
htmlCore
props
:
{}
server/modules/rendering/html-plantuml/renderer.js
deleted
100644 → 0
View file @
5f382f21
module
.
exports
=
{
init
(
$
,
config
)
{
}
}
server/modules/rendering/markdown-plantuml/definition.yml
View file @
5229390d
...
...
@@ -14,13 +14,13 @@ props:
order
:
1
openMarker
:
type
:
String
default
:
"
@star
tuml"
default
:
"
```plan
tuml"
title
:
Open Marker
hint
:
String to use as opening delimiter
order
:
2
closeMarker
:
type
:
String
default
:
"
@enduml
"
default
:
"
```
"
title
:
Close Marker
hint
:
String to use as closing delimiter
order
:
3
...
...
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