mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 03:33:58 -05:00
Add plantuml not configured tag to tag name whiteliste
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
a075309e3d
commit
97e00ec10b
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ export class PlantumlMarkdownExtension extends MarkdownExtension {
|
|||
}
|
||||
}
|
||||
|
||||
public buildTagNameWhitelist(): string[] {
|
||||
return ['plantuml-not-configured']
|
||||
}
|
||||
|
||||
buildReplacers(): ComponentReplacer[] {
|
||||
return [new PlantumlNotConfiguredComponentReplacer()]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue