diff options
Diffstat (limited to 'test/books/highlight/README.md')
-rw-r--r-- | test/books/highlight/README.md | 15 |
1 files changed, 15 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 |