diff options
Diffstat (limited to 'core/testdata/format/tokensInEmphasis.md')
-rw-r--r-- | core/testdata/format/tokensInEmphasis.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/core/testdata/format/tokensInEmphasis.md b/core/testdata/format/tokensInEmphasis.md new file mode 100644 index 00000000..79dde6f0 --- /dev/null +++ b/core/testdata/format/tokensInEmphasis.md @@ -0,0 +1,20 @@ +[test](test/index) / [Bar](test/-bar/index) + +# Bar + +`class Bar` + +Another emphasised class. + +*This class, [Bar](test/-bar/index) is just meh.* + +*For a semicolon; [Bar.foo](test/-bar/foo) is for you!.* + +### Constructors + +| [<init>](test/-bar/-init-) | `Bar()`<br>Another emphasised class. | + +### Functions + +| [foo](test/-bar/foo) | `fun foo(): String` | + |