diff options
author | Divay Prakash <divayprakash3@gmail.com> | 2018-08-15 17:41:56 +0530 |
---|---|---|
committer | Divay Prakash <divayprakash3@gmail.com> | 2018-08-15 17:41:56 +0530 |
commit | fac7428d80af3c7a3c5784f280b9aad7e006868b (patch) | |
tree | d7a4931922fa06737d7c589af8c63b1ed8f31c1f | |
parent | 5ad44337ab996f398f6ee1f6f34e3d25935bde61 (diff) |
Fix build error in 'build/docs/markdown/index.html'
-rw-r--r-- | markdown.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown index ece2567c..cf4286e2 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -197,7 +197,7 @@ inside your code end ``` -Inline code can be created using the backtick character ` +Inline code can be created using the backtick character `` ` `` ```md John didn't even know what the `go_to()` function did! |