Archivos y Medios
Markdown a EPUB
Turn a Markdown manuscript into a valid EPUB.
Nota del editor
Understanding · Author in Markdown, ship as an ebook.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›Will my images be included in the EPUB?
Because the tool runs in your browser, it can only include images that are accessible via public URLs. For local image assets, a desktop compiler like Pandoc is recommended.
›Is the resulting EPUB file valid?
Yes. The tool generates a standard EPUB container with the necessary `mimetype`, `META-INF`, and content structure required by most e-readers and distribution platforms.
›Can I customise the book metadata?
You can define the title, author, and book description in the sidebar settings. These are compiled directly into the file's `content.opf` metadata section.
›Does my manuscript leave my computer?
No. The conversion logic is executed via JavaScript on your device. Your text is processed locally and the file is generated entirely within your browser window.
La gente también busca
Herramientas relacionadas
More in this room.
- Calculadora de ChecksumsVerifica un archivo contrastándolo con un hash SHA / MD5 esperado.
- Compresor de ArchivosComprime (Gzip o deflate) cualquier archivo — de forma nativa en el navegador.
- Validador de EPUBComprueba la estructura de cualquier archivo EPUB — en tu navegador.
- PDF a EPUBExtrae el texto de un PDF a un EPUB fluido.
- EPUB a PDFRenderiza un EPUB en un PDF paginado.
- Compresor de Archivos por LotesComprime una carpeta de archivos en un solo zip — todo del lado del cliente.