Aligning text while maintaining markdown property

I want to align the text to the center while maintaining markdown property of the text.

<span style="align=center"> Example [^1] </span>

The problem with span is that it acts as an inline container and can’t align it. If I were to use a paragraph container <p>, the text becomes normal and I can’t use the markdown property of text…

Is there a way to solve this problem?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.