Frequently Asked Questions
Find answers to your questions
What is Markdown?
Markdown is a lightweight markup language created by John Gruber in 2004. It uses simple, readable syntax to format text and is widely used for documentation, blogging, and note-taking.
Do I need to create an account to use this editor?
No. Our Markdown editor requires no registration, login, or account creation. Simply open the page and start writing - zero friction, maximum productivity.
Is my data safe? Where is it stored?
Your data is stored only in your browser's local storage. It never leaves your device. We use the browser's built-in LocalStorage API to auto-save your work.
Can I use this editor offline?
Yes! After the initial page load, the editor works offline. All features including preview, syntax highlighting, and export work without an internet connection.
What export formats are supported?
We support PDF, HTML, Word (.docx), and plain Markdown (.md) export formats to meet different needs.
Does the editor support code syntax highlighting?
Yes. Use triple backticks followed by the language name to enable syntax highlighting. Supports JavaScript, Python, Java, and 100+ more programming languages.
Can I insert images?
Yes. You can paste images directly from clipboard, drag and drop images into the editor, or use Markdown syntax. Images are converted to base64 and stored locally.
Is there a file size limit?
There's no hard limit imposed by our editor. Browser local storage typically allows 5-10MB per origin. For large documents, we recommend exporting regularly.
Does this work on mobile devices?
Yes! Our editor is fully responsive and works on smartphones and tablets. The interface automatically adapts to screen size with touch-friendly controls.
Is this editor open source?
Yes, our core Markdown parsing engine is built on open-source libraries. We believe in transparency and contributing to the developer community.