Skip to content

Convert FictionBook to Markdown.

Drop an .fb2 e-book and turn its sections into a nested Markdown outline. It runs entirely in your browser, so your file never leaves your device.

Instant & offlineFree, no accounts

Drag & drop your files

or

WordExcelPowerPointPDFEPUBCSVJSONCode
+135 file formats supported
Batch convertMany files at once
100% privateStays on your device
Works offlineNo connection needed
Preset

Optimize for AI & RAG

Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.

Add YAML front matter

Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.

Add table of contents

Build a linked index from the headings. Handy for long documents.

Export RAG chunks (.json)

Split the result into retrieval-ready chunks. Download per file from the result panel.

Most converters quietly upload your documents to a server. This one physically can't.

01Why

Sections in,
an outline out.

FictionBook stores a book as nested XML sections, tidy but bound to a reader. Converting maps that nesting onto heading levels and keeps the prose as ordered paragraphs.

FB2book.fb2

<section>

<title>Part One</title>

<section>

<title>The Arrival</title>

<subtitle>An autumn evening</subtitle>

<p>The train was late again.</p>

MDbook.md

# Part One

## The Arrival

**An autumn evening**

The train was late again.

02Features

Everything you
actually need.

FictionBook XML in, a nested Markdown outline out, with no server and no account anywhere.

It never leaves your browser

Your .fb2 is parsed on your own device. Not a line of the book is uploaded to any server, ever.

local
FB2book.fb2

# Heading

- point one

3 chunks

AI & RAG ready

Optional cleanup, YAML front matter, a table of contents and RAG chunk export.

Works offline

Once the page has loaded you can switch off your connection and it keeps converting.

# Part

## Chapter

### Scene

Nested headings

Each nested section becomes a deeper heading, so a book keeps its parts, chapters and scenes as an outline.

éñü

Unicode safe

Accents, symbols and non-Latin scripts come through intact as UTF-8.

Free, and unlimited

No sign-up, no quotas, no watermarks. Convert a single short story or a whole shelf of novels; it all runs the same way, on your own device.

03Fidelity

The outline,
not the trim.

Clear about what the converter pulls from the markup. It reads the section structure and the prose, not the trimmings. These match the notes the Formats list keeps for FictionBook.

Kept

4
  • Section headings
  • Subtitles
  • Paragraphs
  • Unicode / UTF-8

Dropped

4
  • Images
  • Footnotes
  • Inline emphasis
  • Metadata
FB2book.fb2
The Arrival
kept
kept
dropped
[1] He had been there before.
dropped
04FAQ

FictionBook questions,
answered.

Everything worth knowing before you convert an .fb2 book.

05More

Other converters.

Have books in other formats too? These convert the same way: privately, in your browser.

Citation File to Markdown

.cff

Software citation metadata.

Convert

FASTA to Markdown

.fasta · .fa

Biological sequence data.

Convert

FASTQ to Markdown

.fastq · .fq

Sequencing reads with quality.

Convert

GenBank to Markdown

.gb · .gbk

Annotated DNA sequences.

Convert

PDB to Markdown

.pdb

Protein 3D structures.

Convert

Newick to Markdown

.nwk · .tree

Phylogenetic trees.

Convert

GFF / GTF / BED to Markdown

.gff · .gtf · .bed

Genome feature annotations.

Convert

SAM to Markdown

.sam

Sequence alignment data.

Convert