FictionBook FB2 vs Markdown: XML E-Book Structure vs Portable Plain-Text Reading
Compare FictionBook 2.0 (.fb2) structured e-book files with clean GitHub Flavored Markdown (.md). Explore XML book hierarchies, chapters, poems, epigraphs, and personal knowledge management.
FictionBook 2.0 (.fb2) is an open XML-based electronic book format widely used across digital readers and literature archives, storing book metadata, chapters, poems, and embedded base64 images within a single structured XML document. Markdown is the lightweight, human-readable plain-text standard supported by Obsidian, Notion, GitHub, and modern note-taking ecosystems.
| FEATURE | FB2 | MARKDOWN |
|---|---|---|
| Document Structure | Hierarchical XML tree (<FictionBook>) | Lightweight plain text markup |
| Primary Ecosystem | E-Readers, Calibre, Digital Book Archives | Web, PKM (Obsidian/Notion), Documentation |
| Embedded Images | Inlined base64 <binary> tags | Standard image links / data URLs |
| Human Readability | Requires XML viewer or e-reader | Directly readable without special software |
| Metadata System | Structured <title-info> XML block | YAML Frontmatter (title, author, tags) |
- Strict XML schema enforces structured book hierarchy (chapters, subtitles, epigraphs, poems)
- Self-contained container holds full bibliographic metadata and embedded base64 illustrations
- Native format for popular e-readers like PocketBook, FBReader, and Calibre libraries
- Dedicated semantic markup for verses, stanzas, and literary footnotes
- Instant human readability across every text editor, operating system, and mobile device
- Seamless integration with personal knowledge management tools like Obsidian and Logseq
- Zero XML boilerplate: clean, distraction-free reading and easy inline editing
- Lightweight footprint easily version-controlled via Git and exportable to PDF, HTML, or EPUB
FB2 is an outstanding archival e-book format for preserving literary hierarchies, book covers, and structured poetry. Convert FB2 e-books to Markdown to organize excerpts in Obsidian, create searchable book summaries, and read literature anywhere without dedicated e-reading apps.
Converting files between FB2 and MARKDOWN frequently? The convrtr Chrome Extension lets you right-click any image on any webpage or open the Side Panel to convert assets instantly using local WebAssembly with zero server uploads.