From 63faa143fbc841d0e21a9903c51b3d9ab0216b92 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 27 Feb 2015 17:30:04 +0100 Subject: process inline doc tags in values of block tags --- test/data/format/javaCodeInParam.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/data/format/javaCodeInParam.md (limited to 'test/data/format/javaCodeInParam.md') diff --git a/test/data/format/javaCodeInParam.md b/test/data/format/javaCodeInParam.md new file mode 100644 index 00000000..ef54eb6b --- /dev/null +++ b/test/data/format/javaCodeInParam.md @@ -0,0 +1,15 @@ +[test](test/index) / [test](test/test/index) / [C](test/test/-c) + + +# C + +`open class C<T> ` + + + + +### Parameters + +`T` - this is `some code` and other text + + -- cgit