Markdown Toolbox Logo Markdown Toolbox
Home
Blog

How do I center text in markdown?

2023-11-27

There isn't a built-in way to underline. If HTML is supported, you can use the <p style="text-align: center;"> and </p> around your paragraph to center the item.

<p style="text-align: center;">Centered item</p>

Centered item