mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +01:00
fix: Add comments
This commit is contained in:
@@ -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),
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user