Demo
Summary
Markdown:
`Inline code example`
Here's an example of `inline code` in the middle of a sentence.
Details
In Markdown, you can create inline code by using backticks on either side of the text.
Click here to see an example of what this code looks like when rendered on GitHub. (Click the Raw button to see the actual Markdown code.)
Exercises
First, recreate the code snippet from the Demo section in your Markdown file. Then try customizing the text.
References
Markdown Reference on CommonMark