# Mor.Da (Markdown Editor for AI & RAG) > Mor.Da is a web-based WYSIWYG editor and HTML-to-Markdown converter designed specifically for preparing structured context, prompts, and clean RAG database chunks for Large Language Models (LLMs). Developed by the digital agency Time2see. ## Core Capabilities - **Smart HTML Sanitization:** Converts pasted content from Word, Google Docs, or websites into clean Markdown while preserving essential structures (headings, lists, bold/italic text, tables). - **Dual Table Parsing Modes:** - **HTML Mode (Default):** Retains native HTML table tags (`
| `) to prevent attention-blurring and hallucinations in LLMs during long-context processing.
- **GFM Mode:** Converts tables to standard GitHub Flavored Markdown (`| col | col |`) for documentation purposes.
- **RAG Chunking Helper:** Inserts hard Markdown dividers (`---`) to separate semantic blocks for vector database indexing.
- **Smart Export Macros:** One-click wrapping of output text in ` |