From 2449de5471e81126f4a15759fa034a4277adbcbb Mon Sep 17 00:00:00 2001 From: Lucas Welscher Date: Mon, 23 Sep 2024 12:19:22 +0200 Subject: [PATCH] Add comment --- .../markdown-editor/extensions/ArtemisTextReplacementPlugin.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/app/shared/markdown-editor/extensions/ArtemisTextReplacementPlugin.ts b/src/main/webapp/app/shared/markdown-editor/extensions/ArtemisTextReplacementPlugin.ts index cd08c7d77c5f..0a913251fc6d 100644 --- a/src/main/webapp/app/shared/markdown-editor/extensions/ArtemisTextReplacementPlugin.ts +++ b/src/main/webapp/app/shared/markdown-editor/extensions/ArtemisTextReplacementPlugin.ts @@ -3,6 +3,7 @@ import type { PluginSimple } from 'markdown-it'; /** * Markdown-It plugin that allows replacing text in the raw markdown before tokenizing. + * See more about Markdown-It plugins here: https://github.com/markdown-it/markdown-it/tree/master/docs */ export abstract class ArtemisTextReplacementPlugin { getExtension(): PluginSimple {