superscript in markdown (Github flavored)?
Following this lead, I tried this in a Github README.md:
<span style="vertical-align: baseline; position: relative;top: -0.5em;>text in superscript</span>
Does not work, the text appears as normal. Help?
Use the <sup></sup>
tag ( <sub></sub>
is the equivalent for subscripts). See this gist for an example.
上一篇: GitHub Flavored Markdown(GFM)在GitHub中实际使用的地方在哪里?
下一篇: 降价(Github风味)上标?