summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash3@gmail.com>2018-08-15 17:41:56 +0530
committerDivay Prakash <divayprakash3@gmail.com>2018-08-15 17:41:56 +0530
commitfac7428d80af3c7a3c5784f280b9aad7e006868b (patch)
treed7a4931922fa06737d7c589af8c63b1ed8f31c1f
parent5ad44337ab996f398f6ee1f6f34e3d25935bde61 (diff)
Fix build error in 'build/docs/markdown/index.html'
-rw-r--r--markdown.html.markdown2
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!