You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove emojis and update formatting for consistency
- Replace emojis with text symbols (e.g., ✅ → [✓], ⚠️ → [WARNING]) in PLANNING.md, .sourcery.yaml, and other docs for better plain-text compatibility.
- Update LICENSE copyright notice to "ursister [Python/Rust]" from "ursister 🐍🦀".
- Minor comment adjustments in src/lib.rs and src/html_parser.rs for consistent casing and style.
- No functional changes; focuses on documentation and config cleanup across README.md, TASKS.md, pyproject.toml, Python/TUI files, and tests.
Copy file name to clipboardExpand all lines: README.md
+30-30Lines changed: 30 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
Markdown Lab combines Python and Rust components to scrape websites and convert HTML content to markdown, JSON, or XML formats. It supports sitemap parsing, semantic chunking for RAG
6
6
(Retrieval-Augmented Generation), and includes performance optimizations through Rust integration.
7
7
8
-
Key features include HTML-to-markdown/JSON/XML conversion with support for various elements (headers, links, images, lists, code blocks), content chunking that preserves document structure, and systematic content discovery
9
-
through sitemap parsing. The hybrid architecture uses Python for high-level operations and Rust for performance-critical tasks.
8
+
Key features include HTML-to-markdown/JSON/XML conversion with support for various elements (headers, links, images, lists, code blocks), content chunking that preserves document structure, and systematic content discovery
9
+
through sitemap parsing. The hybrid architecture uses Python for high-level operations and Rust for performance-critical tasks.
10
10
11
11
Check out [deepwiki](https://deepwiki.com/ursisterbtw/markdown_lab/) for a detailed breakdown of the repository.
0 commit comments