Files
ragflow/rag/app
alkscr baa108f5cc Fix: markdown table conversion error (#7570)
### What problem does this PR solve?

Since `import markdown.markdown` has been changed to `import markdown`
in `rag/app/naive.py`, previous code for converting markdown tables
would call a markdown module instead of a callable function. This cause
error.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
2025-05-12 17:16:55 +08:00
..
2025-01-21 20:52:28 +08:00
2025-01-21 20:52:28 +08:00
2025-01-22 19:43:14 +08:00
2025-01-22 19:43:14 +08:00
2025-01-22 19:43:14 +08:00
2025-04-14 11:00:11 +08:00
2025-01-22 19:43:14 +08:00
2025-01-22 19:43:14 +08:00
2025-03-18 11:13:44 +08:00
2025-01-21 20:52:28 +08:00
2025-05-09 10:17:09 +08:00