From: FreeBirdLjj Date: Sat, 20 Sep 2014 11:47:27 +0000 (+0800) Subject: Add inline code sample. X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=commitdiff_plain;h=331cae2a53c652eaf7c7a7113e15b735e9d9b17e Add inline code sample. --- diff --git a/sample.md b/sample.md index fd3a8d8..0c8f51c 100644 --- 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_ +