aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/tokensInHeaders.md
diff options
context:
space:
mode:
authorAlex Waters <awaters@nextfaze.com>2017-04-28 14:56:44 +0930
committerSimon Ogorodnik <sem-oro@yandex.ru>2017-05-02 15:48:38 +0300
commitacbe2f8c47a81c8e6046214f600ffdef24890fa6 (patch)
tree114626d3489c1eb74c78f7e36a3d95b3ef2ab62b /core/testdata/format/tokensInHeaders.md
parent5d611906da72c6ceff3722d307cf663461c908e7 (diff)
downloaddokka-acbe2f8c47a81c8e6046214f600ffdef24890fa6.tar.gz
dokka-acbe2f8c47a81c8e6046214f600ffdef24890fa6.tar.bz2
dokka-acbe2f8c47a81c8e6046214f600ffdef24890fa6.zip
Fix missing whitespace around links and tokens in Markdown formatted text
Diffstat (limited to 'core/testdata/format/tokensInHeaders.md')
-rw-r--r--core/testdata/format/tokensInHeaders.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/core/testdata/format/tokensInHeaders.md b/core/testdata/format/tokensInHeaders.md
new file mode 100644
index 00000000..10c996cf
--- /dev/null
+++ b/core/testdata/format/tokensInHeaders.md
@@ -0,0 +1,37 @@
+[test](test/index) / [The](test/-the/index)
+
+# The
+
+`class The`
+
+Why did the token cross the road?
+
+# Because it was Beer o'clock @ [The.bar](test/-the/bar)
+
+## But **waz *\[sic\]* [it](isitbeeroclock.com)** really?
+
+### [The.bar](test/-the/bar) has? [The.foo](test/-the/foo)est drinks ever!
+
+#### *[The.kotlinz](test/-the/kotlinz) is [The.bestests](test/-the/bestests), [Bar.none](test/-the/-bar/none)*
+
+##### So many lame code "puns" (in) [The.house](test/-the/house)
+
+###### End of the?? [Bar.line](test/-the/line)! - we need to go back!
+
+### Types
+
+| [Bar](test/-the/-bar/index) | `object Bar` |
+
+### Constructors
+
+| [&lt;init&gt;](test/-the/-init-) | `The()`<br>Why did the token cross the road? |
+
+### Functions
+
+| [bar](test/-the/bar) | `fun bar(): Unit` |
+| [bestests](test/-the/bestests) | `fun bestests(): Unit` |
+| [foo](test/-the/foo) | `fun foo(): Unit` |
+| [house](test/-the/house) | `fun house(): Unit` |
+| [kotlinz](test/-the/kotlinz) | `fun kotlinz(): Unit` |
+| [line](test/-the/line) | `fun line(): Unit` |
+