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 |
2 files changed, 16 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 |