mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 11:15:23 -04: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[] {
|
buildReplacers(): ComponentReplacer[] {
|
||||||
return [new PlantumlNotConfiguredComponentReplacer()]
|
return [new PlantumlNotConfiguredComponentReplacer()]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue