aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/javadocHtml.md
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/javadocHtml.md')
-rw-r--r--core/testdata/format/javadocHtml.md38
1 files changed, 0 insertions, 38 deletions
diff --git a/core/testdata/format/javadocHtml.md b/core/testdata/format/javadocHtml.md
deleted file mode 100644
index b6a03cd6..00000000
--- a/core/testdata/format/javadocHtml.md
+++ /dev/null
@@ -1,38 +0,0 @@
-[test](../../index.md) / [C](./index.md)
-
-# C
-
-`open class C`
-
-**Bold** **Strong** *Italic* *Emphasized*
-
-Paragraph
-
- ~~Strikethrough~~ ~~Deleted~~ `Code`
-
-```
-Block code
-```
-
- * List Item
-
-
-```
-
- with( some ) {
- multi = lines
- sample()
- }
- ```
-
-
-
-```
-with (some) { <code> }
-
- ```
-
-### Constructors
-
-| [&lt;init&gt;](-init-.md) | **Bold** **Strong** *Italic* *Emphasized* `C()` |
-