From 6e97024587f684ba2fad86f088e62897895f5382 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Mon, 2 Mar 2020 17:41:56 +0100 Subject: [PATCH] =?UTF-8?q?Change=20fragment=20prefix=20to=20=C2=BB++?= =?UTF-8?q?=C2=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fragments.py | 2 +- test/slides/chapter1.de.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fragments.py b/fragments.py index 52257c8..83b9238 100644 --- a/fragments.py +++ b/fragments.py @@ -4,7 +4,7 @@ import string from lxml import etree -FRAGMENT_TAG = "+?" +FRAGMENT_TAG = "++" FRAGMENT_CLASS = "fragment" # Search and delete the FRAGMENT_TAG anywhere in the given HTML diff --git a/test/slides/chapter1.de.md b/test/slides/chapter1.de.md index a5d3a9e..ba4700e 100644 --- a/test/slides/chapter1.de.md +++ b/test/slides/chapter1.de.md @@ -6,11 +6,11 @@ Wirklich auf den Punkt! @slide @title -+? Wirklich auf den Punkt! +++ Wirklich auf den Punkt! @content -* +? Stichpunkt 1 -* +? Stichpunkt 2 -* +? Stichpunkt 3 -* +? Stichpunkt 4 +* ++ Stichpunkt 1 +* ++ Stichpunkt 2 +* ++ Stichpunkt 3 +* ++ Stichpunkt 4