mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
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…
Add table
Reference in a new issue