summaryrefslogtreecommitdiffstats
path: root/test/books/highlight/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/books/highlight/README.md')
-rw-r--r--test/books/highlight/README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/books/highlight/README.md b/test/books/highlight/README.md
index 73d74c0..417fabc 100644
--- a/test/books/highlight/README.md
+++ b/test/books/highlight/README.md
@@ -1,7 +1,15 @@
# Readme
-Default description for the book.
+Block without language
```
-test
+test 1
```
+
+Block with a language
+
+```lang
+test 2
+```
+
+Inline code: `test 3` \ No newline at end of file