Skip to content

Commit

Permalink
Update src/main/webapp/app/shared/markdown-editor/extensions/ArtemisT…
Browse files Browse the repository at this point in the history
…extReplacementPlugin.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Strohgelaender and coderabbitai[bot] committed Sep 23, 2024
1 parent cf16fb8 commit faa3137
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@ export abstract class ArtemisTextReplacementPlugin {
};
}

/**
* Performs text replacement on the raw markdown before parsing.
* @param text The raw markdown text.
* @returns The modified markdown text after replacements.
*/
abstract replaceText(text: string): string;
}

0 comments on commit faa3137

Please sign in to comment.