I want to write
<div style="text-align :center"><code>C = P<sup>e</sup> / n</code></div>
in markdown. What is the equivalent in markdown?
I want to write
<div style="text-align :center"><code>C = P<sup>e</sup> / n</code></div>
in markdown. What is the equivalent in markdown?
You can Use tools Like HTML To MD
So Your HTML code in MD will Be
`C = Pᵉ / n`
But according to this Answer On Stackoverflow
native markdown doesn't support text alignment without html + css.
Markdown doesn't support text alignment without html or css And also cannot use superscript or subscript in Markdown but there are other ways for example:
You Can use websites Like Superscript and Subscript Numbers Or Superscript and Subscript Letters and copy whatever character you want and use it