Frequently Asked Questions
Find answers to common questions about MD Converter
1Is this tool completely free?▼
Yes! MD Converter is 100% free to use. There are no hidden fees, no registration required, and no usage limits. In the future, we may add non-intrusive advertisements to support development, but the core functionality will always remain free.
2Does this tool store or upload my content?▼
Absolutely not. All processing happens directly in your browser using client-side JavaScript. Your content never leaves your device, never gets uploaded to any server, and is never stored anywhere. We cannot see your content even if we wanted to.
3Will my content be used to train AI models?▼
Never. We do not use your content for AI training, machine learning, or any data analysis purposes. Your content is yours alone - we don't touch it, analyze it, or retain it in any way.
4Which Markdown syntax is supported?▼
We support full GitHub Flavored Markdown (GFM), including: Headers (H1-H6), Bold & Italic text, Ordered & Unordered lists, Nested lists, Links & Images, Code blocks (fenced and inline), Tables, Task lists, Blockquotes, Horizontal rules, and Strikethrough text.
5Can I convert RichText back to Markdown?▼
Yes! Our converter is bidirectional. You can paste formatted text into the RichText panel and it will automatically convert back to Markdown. You can also edit the RichText directly and see the Markdown update in real-time.
6Which applications support the copied rich text?▼
The copied rich text works with most modern applications including: Microsoft Word, Google Docs, Apple Pages, Notion, Slack, Discord, Gmail, Outlook, and many other email clients and document editors.
7Why does formatting look different in Word or Notion?▼
Different applications have varying levels of support for rich text formatting. While we generate clean HTML, the receiving application may interpret styles differently. Basic formatting (bold, italic, lists, headings) should work consistently across all apps.
8Can I use this converter offline?▼
Once the page is loaded, it works without an internet connection. However, you need to be online to initially load the page. We're considering making this a Progressive Web App (PWA) in the future for full offline support.
9Is it safe for confidential or work-related documents?▼
Yes, because all processing happens in your browser. Your documents never travel over the internet to our servers. However, as with any web-based tool, you should evaluate whether it meets your organization's security requirements.
10What file formats can I export to?▼
Currently, you can export to: HTML (clean HTML with inline styles), Markdown (.md files), and Rich Text (copy to clipboard for pasting into other apps). We plan to add Word (.docx) and PDF export options soon.
11How can I report a bug or suggest a feature?▼
Please visit our forum at https://www.moteklab.com/forum and post in the MD Converter section. We actively monitor feedback and appreciate your suggestions for improving the tool.
12Is the code open source?▼
Yes, the project is licensed under GPL-3.0. While the repository is currently private, we plan to make it public in the future so others can learn from it, contribute, or self-host their own instance.
13Does it support RTL (Right-to-Left) languages?▼
Yes! We fully support RTL languages including Arabic, Hebrew, and Persian. The interface automatically adapts to RTL when you select Arabic (العربية) from the language options.
14Can I upload Markdown files directly?▼
Yes, you can upload .md or .markdown files by clicking the 'Upload .md' button or by dragging and dropping a file onto the Markdown editor area.
15What's the maximum file size I can convert?▼
There's no hard limit, but very large files (10MB+) may cause performance issues in your browser. For best results, we recommend working with files under 5MB.
16Why do I see weird CSS code when pasting from Word or LibreOffice?▼
Microsoft Word and LibreOffice Writer embed internal CSS styles in copied content to preserve formatting. This can appear as text like 'p.compact { margin-top: 0.03in... }' in your Markdown. This is a known issue we're actively working to fix. In the meantime, simply delete the CSS-looking code from the Markdown panel - your document will convert perfectly and formatting will be preserved.
17Can I upload RTF files?▼
Yes! You can upload .rtf files using the 'Upload .rtf' button in the Rich Text panel toolbar. The converter will extract the text content and convert it to Markdown. You can also export your converted content as RTF using the 'Export RTF' button.
Still have questions?
Visit our community forum to get help from the team and other users.
Visit Forum