mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
Adding issues for TODOs
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
7e1123e8a4
commit
8879b51344
16 changed files with 21 additions and 16 deletions
|
@ -18,7 +18,8 @@ export class ForkAwesomeHtmlTagAppExtension extends AppExtension {
|
|||
return [
|
||||
new SingleLineRegexLinter(
|
||||
forkAwesomeRegex,
|
||||
t('editor.linter.fork-awesome', { link: 'https://docs.hedgedoc.org' }) // ToDo: Add correct link here
|
||||
// ToDo: Add correct link here (https://github.com/hedgedoc/hedgedoc/issues/5021)
|
||||
t('editor.linter.fork-awesome', { link: 'https://docs.hedgedoc.org' })
|
||||
)
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue