diff options
Diffstat (limited to 'core/testdata')
-rw-r--r-- | core/testdata/packagedocs/referenceLinks.kotlin.md | 7 | ||||
-rw-r--r-- | core/testdata/packagedocs/referenceLinks.md | 17 | ||||
-rw-r--r-- | core/testdata/packagedocs/referenceLinks.module.md | 9 |
3 files changed, 33 insertions, 0 deletions
diff --git a/core/testdata/packagedocs/referenceLinks.kotlin.md b/core/testdata/packagedocs/referenceLinks.kotlin.md new file mode 100644 index 00000000..ac7e4b48 --- /dev/null +++ b/core/testdata/packagedocs/referenceLinks.kotlin.md @@ -0,0 +1,7 @@ + + +Core functions and types +See [ref](http://example.com) +Also, [example](http://example.com) + +
\ No newline at end of file diff --git a/core/testdata/packagedocs/referenceLinks.md b/core/testdata/packagedocs/referenceLinks.md new file mode 100644 index 00000000..7583ee9d --- /dev/null +++ b/core/testdata/packagedocs/referenceLinks.md @@ -0,0 +1,17 @@ +# Module refLinks + +## Kotlin Standard Library + +The Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections, +text and files. +See [ref] +Also, [example][ref] + +# Package kotlin + +Core functions and types +See [ref] +Also, [example][ref] + +<!-- Refs --> +[ref]: http://example.com diff --git a/core/testdata/packagedocs/referenceLinks.module.md b/core/testdata/packagedocs/referenceLinks.module.md new file mode 100644 index 00000000..ddbdbe2f --- /dev/null +++ b/core/testdata/packagedocs/referenceLinks.module.md @@ -0,0 +1,9 @@ + + +## Kotlin Standard Library + +The Kotlin standard library is a set of functions and types implementing idiomatic patterns when working with collections, +text and files. +See [ref](http://example.com) +Also, [example](http://example.com) + |