Skip to content

Try our new Crash Courses!

Buy one of our new Crash Courses, now hosted on Teachable.

Inline code – Markdown

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

Lesson tags: Free Lesson
Back to: Markdown Reference > Markdown Syntax