From 331cae2a53c652eaf7c7a7113e15b735e9d9b17e Mon Sep 17 00:00:00 2001 From: FreeBirdLjj Date: Sat, 20 Sep 2014 19:47:27 +0800 Subject: [PATCH] Add inline code sample. --- sample.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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_ + -- 2.20.1