Add inline code sample.
authorFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Sat, 20 Sep 2014 11:47:27 +0000 (19:47 +0800)
committerFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Sat, 20 Sep 2014 11:47:27 +0000 (19:47 +0800)
sample.md

index fd3a8d8..0c8f51c 100644 (file)
--- a/sample.md
+++ b/sample.md
@@ -52,6 +52,18 @@ second-level
 ------------
 
 
+-------------------------------------------------
+
+# Supported markdown formatting's
+
+Inline codes are surrounded with backticks.
+
+C program begins excuting at the beginning of \`main()\`.
+
+becomes
+
+C program begins excuting at the beginning of `main()`.
+
 -------------------------------------------------
 
 # Supported markdown formatting's
@@ -161,3 +173,4 @@ open an issue on GitHub:
 
 _https://github.com/visit1985/mdp_
 
+