mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: Add comments
This commit is contained in:
parent
3f1255b39e
commit
30e65b33f6
@ -55,7 +55,7 @@ const { inlineRule, blockRule } = generateRegexRules(DELIMITER_LIST);
|
|||||||
export default function (options = {}) {
|
export default function (options = {}) {
|
||||||
return {
|
return {
|
||||||
extensions: [
|
extensions: [
|
||||||
blockKatex(options),
|
blockKatex(options), // This should be on top to prevent conflict with inline delimiters.
|
||||||
inlineKatex(options),
|
inlineKatex(options),
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user