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