From d3df61b4b3b950ca0ef74615eb159096973c6633 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sun, 26 May 2024 12:51:05 +0200 Subject: [PATCH] fromxml: minor update to tei.toml --- config/fromxml/tei.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/fromxml/tei.toml b/config/fromxml/tei.toml index a5350a6..2f746f6 100644 --- a/config/fromxml/tei.toml +++ b/config/fromxml/tei.toml @@ -134,6 +134,10 @@ textsuffix = "\n" path = "//tei:p" textsuffix = "\n\n" +[[elements]] +path = "//tei:head" +textsuffix = "\n\n" + [[elements]] path = "//tei:space" textsuffix = "\n\n"