--- author: 4NK Team date: 2026-02-17 scope: v0/livre.md type: fix --- # Fix: stray `filecite` artifacts in `v0/livre.md` ## Problem `v0/livre.md` contained non-Markdown inline artifacts of the form: - `\uE200filecite\uE202turn2file0\uE201` - `\uE200filecite\uE202turn2file5\uE201` These markers are not part of the book’s intended source text and are not present in `v0/chapitre5.md`. ## Impacts - Pollutes the book text with non-standard characters. - Breaks copy/paste and may break downstream Markdown processing/rendering. - Creates divergence between `v0/chapitre5.md` and the compiled `v0/livre.md`. ## Cause Two occurrences of `filecite` artifacts were embedded inline in Chapter 5 in `v0/livre.md`. ## Root cause Unknown editing or transformation step inserted citation placeholders into the compiled book file. ## Fix applied In `v0/livre.md`, removed the two inline `filecite` markers found in Chapter 5. ## Affected pages - `v0/livre.md` ## Deployment / regeneration considerations - If `v0/livre.md` is regenerated by a build script, ensure the generation pipeline does not introduce these placeholders. ## Analysis / verification steps - Search `v0/livre.md` for `filecite` / `turn2file` and remove any occurrences.