From 1fe8da779bdbf90d47c2cc130b633ed9bc36c476 Mon Sep 17 00:00:00 2001 From: Albert Weichselbraun Date: Sat, 17 Feb 2024 17:07:47 +0100 Subject: [PATCH] add: annotation profiles required for the unittests. --- tests/data/annotation-profile-unittest.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/data/annotation-profile-unittest.json diff --git a/tests/data/annotation-profile-unittest.json b/tests/data/annotation-profile-unittest.json new file mode 100644 index 0000000..48a58ec --- /dev/null +++ b/tests/data/annotation-profile-unittest.json @@ -0,0 +1,7 @@ +{ + "h1": ["heading"], + "h2": ["heading"], + "h3": ["heading"], + "b": ["emphasis"], + "table": ["table"] +}