markdown font alignment settings

Before writing the blog when want to write the following contents:

y=kx+b(1)y = k x + b \tag{1}
y=kx+b(1)

So to find out how to set the right-aligned text in markdown, it is indeed found the right-aligned manner:

<p align = "right"> right alignment </ P>
. 1
results are as follows:

Align Right

<center> centrally </ Center>
. 1
results are as follows:

Center
<p align = "left"> Left </ P>
. 1
results are as follows:

Left

  But not what I want, after careful search, it was found that the content is written using LaTeX typesetting LaTeX ...... attach the code:

Y = KX + B $$ \ {1} $$ Tag
1
formula wherein $$ $$ representative of a single line, \ {1} right Tag formula is {1}.

Original link: https: //blog.csdn.net/yyhaohaoxuexi/article/details/86520926

Guess you like

Origin www.cnblogs.com/triple-y/p/12455201.html