Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Strohgelaender committed Sep 23, 2024
1 parent 578b49e commit 2449de5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2449de5

Please sign in to comment.