Skip to content

Commit

Permalink
Fix: Answers with links to information not parsing infiniflow#3839
Browse files Browse the repository at this point in the history
  • Loading branch information
cike8899 committed Dec 10, 2024
1 parent 601d741 commit 9ec9c85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions web/reducer.js

This file was deleted.

2 changes: 1 addition & 1 deletion web/src/pages/chat/markdown-content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import 'katex/dist/katex.min.css'; // `rehype-katex` does not import the CSS for

import styles from './index.less';

const reg = /(#{2}\d+\${2})/g;
const reg = /(#{2}\d+@{2})/g;
const curReg = /(~{2}\d+\${2})/g;

const getChunkIndex = (match: string) => Number(match.slice(2, -2));
Expand Down

0 comments on commit 9ec9c85

Please sign in to comment.