fix: Add comments
This commit is contained in:
parent
3f1255b39e
commit
30e65b33f6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const { inlineRule, blockRule } = generateRegexRules(DELIMITER_LIST);
|
|||
export default function (options = {}) {
|
||||
return {
|
||||
extensions: [
|
||||
blockKatex(options),
|
||||
blockKatex(options), // This should be on top to prevent conflict with inline delimiters.
|
||||
inlineKatex(options),
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue