diff options
Diffstat (limited to 'test/books')
-rw-r--r-- | test/books/highlight/README.md | 15 | ||||
-rw-r--r-- | test/books/highlight/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/books/init/SUMMARY.md | 3 |
3 files changed, 19 insertions, 0 deletions
diff --git a/test/books/highlight/README.md b/test/books/highlight/README.md new file mode 100644 index 0000000..417fabc --- /dev/null +++ b/test/books/highlight/README.md @@ -0,0 +1,15 @@ +# Readme + +Block without language + +``` +test 1 +``` + +Block with a language + +```lang +test 2 +``` + +Inline code: `test 3`
\ No newline at end of file diff --git a/test/books/highlight/SUMMARY.md b/test/books/highlight/SUMMARY.md new file mode 100644 index 0000000..ac9323c --- /dev/null +++ b/test/books/highlight/SUMMARY.md @@ -0,0 +1 @@ +# Summary diff --git a/test/books/init/SUMMARY.md b/test/books/init/SUMMARY.md index 1e63aed..31c1561 100644 --- a/test/books/init/SUMMARY.md +++ b/test/books/init/SUMMARY.md @@ -4,3 +4,6 @@ * [Hello 2](hello2.md) * Hello 3 * [Hello 4](hello3/hello4.md) + * Hello 5 + * [Hello 6](hello3/hello5/hello6.md) + |