diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-09-22 22:46:19 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-09-22 22:46:19 +0200 |
commit | f0ddb6e89f78558814e3a3b4ac6c919b8d5ac3a8 (patch) | |
tree | 019121501dc7017f3a32f3f2ada5c0207494e7b9 /test/books/highlight/README.md | |
parent | 0e9beeae14682b8124db3df580a21e6a76cc0805 (diff) | |
parent | 2b408db7cb18fb8cea8e1932e70926e84cd64136 (diff) | |
download | gitbook-f0ddb6e89f78558814e3a3b4ac6c919b8d5ac3a8.zip gitbook-f0ddb6e89f78558814e3a3b4ac6c919b8d5ac3a8.tar.gz gitbook-f0ddb6e89f78558814e3a3b4ac6c919b8d5ac3a8.tar.bz2 |
Merge branch 'fix/inline_code_html'
Diffstat (limited to 'test/books/highlight/README.md')
-rw-r--r-- | test/books/highlight/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/books/highlight/README.md b/test/books/highlight/README.md index 417fabc..f47ac83 100644 --- a/test/books/highlight/README.md +++ b/test/books/highlight/README.md @@ -12,4 +12,5 @@ Block with a language test 2 ``` -Inline code: `test 3`
\ No newline at end of file +Inline code: `test 3` +Inline code with html: `<test>`
\ No newline at end of file |