diff options
Diffstat (limited to 'core/testdata/format/indentedCodeBlock.md')
-rw-r--r-- | core/testdata/format/indentedCodeBlock.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/testdata/format/indentedCodeBlock.md b/core/testdata/format/indentedCodeBlock.md new file mode 100644 index 00000000..515bfee3 --- /dev/null +++ b/core/testdata/format/indentedCodeBlock.md @@ -0,0 +1,14 @@ +[test](test/index) / [foo](test/foo) + +# foo + +`fun foo(): Unit` + +Create a new Foo value as follows: + +``` + val foo = Foo.create { + type { "ABC" } + } +``` + |