Add inline code sample.
[smdp.git] / 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_
 
+