在降价中旋转文本
Rotate text in markdown
我想按照 Peano 对 material 含义的表示法,将降价中的字母 C 旋转 180°。我还想在 table 中将一些文本旋转 90°。有人知道该怎么做吗?非常感谢您的帮助!
Markdown 不会做那样的事情。 It is a very simple format:
Markdown is not a replacement for HTML, or even close to it. Its syntax is very small, corresponding only to a very small subset of HTML tags. The idea is not to create a syntax that makes it easier to insert HTML tags. In my opinion, HTML tags are already easy to insert. The idea for Markdown is to make it easy to read, write, and edit prose. HTML is a publishing format; Markdown is a writing format. Thus, Markdown’s formatting syntax only addresses issues that can be conveyed in plain text.
CommonMark 标准 also does not support tables,尽管一些工具和实现包括对此类内容的扩展。
听起来你在写科学或数学内容。您可能希望选择支持嵌入式 TeX 的工具。一些 Markdown 实现可以做到这一点,但同样,Markdown 本身不会。
或者,您可能会找到合适的 Unicode 字符,例如Ɔ
(LATIN CAPITAL LETTER OPEN O).
要在 table 中旋转文本,我怀疑您需要使用 。
我想按照 Peano 对 material 含义的表示法,将降价中的字母 C 旋转 180°。我还想在 table 中将一些文本旋转 90°。有人知道该怎么做吗?非常感谢您的帮助!
Markdown 不会做那样的事情。 It is a very simple format:
Markdown is not a replacement for HTML, or even close to it. Its syntax is very small, corresponding only to a very small subset of HTML tags. The idea is not to create a syntax that makes it easier to insert HTML tags. In my opinion, HTML tags are already easy to insert. The idea for Markdown is to make it easy to read, write, and edit prose. HTML is a publishing format; Markdown is a writing format. Thus, Markdown’s formatting syntax only addresses issues that can be conveyed in plain text.
CommonMark 标准 also does not support tables,尽管一些工具和实现包括对此类内容的扩展。
听起来你在写科学或数学内容。您可能希望选择支持嵌入式 TeX 的工具。一些 Markdown 实现可以做到这一点,但同样,Markdown 本身不会。
或者,您可能会找到合适的 Unicode 字符,例如Ɔ
(LATIN CAPITAL LETTER OPEN O).
要在 table 中旋转文本,我怀疑您需要使用