From b3d6d21ea583665b17f1bea73acaa6202e6b489c Mon Sep 17 00:00:00 2001 From: quirinecker Date: Mon, 10 Nov 2025 17:30:15 +0100 Subject: [PATCH] added asciidocs directory to the resources for testing --- res/test/asciidocs/index.adoc | 16 ++++++++++++++++ res/test/asciidocs/slides/index.adoc | 19 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 res/test/asciidocs/index.adoc create mode 100644 res/test/asciidocs/slides/index.adoc diff --git a/res/test/asciidocs/index.adoc b/res/test/asciidocs/index.adoc new file mode 100644 index 0000000..fe6782c --- /dev/null +++ b/res/test/asciidocs/index.adoc @@ -0,0 +1,16 @@ += My Project +:toc: +:toc-title: +:toclevels: 2 + +== Introduction + +This is my project. + +== Slides + +* link:slides/index.html[Presentation] + +== License + +This project is licensed under the MIT License - see the link:LICENSE[LICENSE] file for details. diff --git a/res/test/asciidocs/slides/index.adoc b/res/test/asciidocs/slides/index.adoc new file mode 100644 index 0000000..cd279c9 --- /dev/null +++ b/res/test/asciidocs/slides/index.adoc @@ -0,0 +1,19 @@ +# Slides + +## Slide 1 + +* First +* Second +* Third + +## Slide 2 + +* First +* Second +* Third + +### Slide 3 + +* First +* Second +* Third