From f7bab78839cea5674658a6a0298f88ef5ccca019 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Thu, 25 Sep 2014 22:20:58 +0400 Subject: Markdown, sections, styles and lots more. --- test/src/markdown/Specification.kt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/src/markdown/Specification.kt (limited to 'test/src/markdown/Specification.kt') diff --git a/test/src/markdown/Specification.kt b/test/src/markdown/Specification.kt new file mode 100644 index 00000000..e0cda024 --- /dev/null +++ b/test/src/markdown/Specification.kt @@ -0,0 +1,10 @@ +package org.jetbrains.kmark.test + +import org.junit.runner.* +import org.jetbrains.kmark.test.* +import org.jetbrains.dokka.* + +[RunWith(javaClass())] +class Specification : MarkdownSpecification("test/data/markdown/spec.txt", { + markdownToHtml(it.replace("→", "\t")) +}) \ No newline at end of file -- cgit