Minerva

The owl of Minerva flies at dusk

编辑文本示例

jekyll themes shield

文章目录

文本

这是一个段落,我要把它设置为蓝色,只需在前面的标签上嵌入style属性即可,style用于内联css。

to bold text, use <strong>.

to italicize text, use <em>.

to highlight, use <mark>.

缩写, like html should use abbr, with an optional title attribute for the full phrase.

引用, like - mark otto, should use <cite>.

deleted text should use <del> and inserted text should use <ins>.

superscript text uses <sup> and subscript text uses <sub>.

abc 123

abc 123

换行 行尾加 2空格+回车

空行分割,形成*段落

\用反斜杠可以反引用下面特殊字符

\`*-{}[]()#+-·! 

这是一个段落,只需在前面的标签上嵌入style属性即可,style用于内联css。

块注释

注释块的示例

Dorothy followed her through many of the beautiful rooms in her castle.

The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.

The quarterly results look great!

  • Revenue was off the chart.
  • Profits were higher than ever.

Everything is going according to plan.

脚注和列表

百字令 废园有感

  • 片红飞减,甚东风不语,只催漂泊。
  • 石上胭脂花上露1,谁与画眉商略。
  • 碧甃瓶沉,紫钱钗掩,雀踏金铃索。
  • 韶华如梦,为寻好梦担阁。
  • 又是金粉空梁,定巢燕子,一口香泥落。
  • 欲写华笺凭寄与,多少心情难托。
  • 梅豆圆时,柳棉飘处,失记当时约。
  • 斜阳冉冉,断魂分付残角。

虞美人

  1. 银床淅沥青梧老,
  2. 屧粉秋蛩扫。
  3. 采香行处蹙连钱,
  4. 拾得翠翘何恨不能言。
  5. 回廊一寸相思地,
  6. 落月成孤倚。
  7. 背灯和月就花阴,
  8. 已是十年踪迹十年心。

虞美人 二

绿阴帘外梧桐影,
玉虎牵金井。
怕听啼鴂出帘迟,2
挨到年年今日两相思。
凄凉满地红心草,
此恨谁知道。
待将幽忆寄新词,
分付芭蕉风定月斜时。

代码

use ~~~

// Example can be run directly in your JavaScript console

// Create a function that takes two arguments and returns the sum of those arguments
var adder = new Function("a", "b", "return a + b");

// Call the function
adder(2, 6);
// > 8

use ` 反引号

pust "hello word!"

表格

| 左对齐 | 右对齐 | 居中对齐 |
| :-----| ----: | :----: |
| 单元格 | 单元格 | 单元格 |
| 单元格 | 单元格 | 单元格 |
左对齐 右对齐 居中对齐
单元格 单元格 单元格
单元格 单元格 单元格

-: 设置内容和标题栏居右对齐。
:- 设置内容和标题栏居左对齐。
:-: 设置内容和标题栏居中对齐。

图片

示例图片

公式

需要把变量 math: true

\[C = C_t + \frac {SA(B_1)}{SA_B}|P_1|C_i + \frac {SA(B_2)}{SA_B}|P_2|C_i\] \[C_{split} = SA(B_1)N_1 + SA(B_2)N_2\] \[C_1 = SA(B_1 \cup B_\Delta)N_1 + SA(B_2)(N_2 -1)\] \[C_2 = SA(B_1)(N_1 -1)+SA(B_2 \cup B_\Delta)N_2\] \[\lambda = SA(B_1 \cap B_2)\] \[\frac \lambda {SA(B_{root})} > \alpha\]

链接

示例文件参考链接

markdown 参考


  1. 这里是一段脚注的内容 

  2. 第二个注解