diff --git a/manuscript.md b/manuscript.md index d3e5d71..500a2ad 100644 --- a/manuscript.md +++ b/manuscript.md @@ -99,7 +99,11 @@ blank line stands as a paragraph separator. No indentation for the first line (i ## Verbatim Verbatim should use backticks \v{`text`}, Ex. ``this is `the text` `` this is `the text`. -To include backticks inside the text, use multiple bacticks like ```this ``is `text` out`` ``` +To include backticks inside the text, use multiple bacticks. + +~~~ +``this is `the text` multiple`` +~~~ ## Lists We can have either ordered or unordered list