Markdown Tutorial: Inline Elements

Inline elements decorate text without changing the surrounding block structure.

Emphasis

Use italic for light emphasis and bold for stronger emphasis.

A link looks like Yukina, while inline code looks like const value = true.

Images

![Alt text](./image.png "Title")

Escapes

Add a backslash when you need Markdown punctuation to appear as literal text, such as *not emphasized*.