mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-25 12:34:45 -04:00
fix(markdown extensions): Rename tag name allow list method name
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
7a9951e351
commit
afe35ca164
10 changed files with 14 additions and 14 deletions
|
@ -31,7 +31,7 @@ export abstract class MarkdownExtension {
|
|||
return []
|
||||
}
|
||||
|
||||
public buildTagNameWhitelist(): string[] {
|
||||
public buildTagNameAllowList(): string[] {
|
||||
return []
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue