The article introduces the features of the Jekyll theme support.
Paragraph
In a paragraph, different fonts may appear, including but not limited to:
-
Italics
-
Bold
-
Delete -
Underline
Link
If you have any questions, just Google it.
Footnote
Knowledge is power. 1。
Quote
Nobody knows politics better than me. –Trump
Image
Insert a image by ![image name](image url)
, like:
Table
Normal Table:
mathematics | English | Chinese | Politics | |
---|---|---|---|---|
David | 80 | 80 | 50 | 100 |
James | 70 | 80 | 90 | 100 |
Me | 100 | 90 | 100 | 100 |
Super Wide Table:
mathematics | English | Chinese | Politics | Japanese | python | basketball | javascript | |
---|---|---|---|---|---|---|---|---|
David | 80 | 80 | 50 | 100 | 98 | 100 | 99 | 1 |
James | 70 | 80 | 90 | 100 | 12 | 90 | 88 | 2 |
Me | 100 | 90 | 100 | 100 | 120 | 50 | 77 | 3 |
Code
int main() {
printf("hello world!");
return 1;
}
这是一段超长纯文本,文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本文本
kotlin
代码样式如下:
class QqShare : BaseShareMethod {
private var activity: Activity
private var qZone: Boolean
private lateinit var params: Bundle
constructor(activity: Activity, qZone: Boolean) : super() {
this.activity = activity
this.qZone = qZone
if (qZone) {
setIcon(R.drawable.ic_qzone)
setName(R.string.qzone)
} else {
setIcon(R.drawable.ic_qq)
setName(R.string.qq)
}
}
companion object {
const val Qq_App_Id = "xxxxxxx"
}
}
Todo List
Unordered list
- This is a complete item.
- This is an incomplete item.
Ordered list
- This is a complete item.
- This is an incomplete item.
Emoji
The Jekyll theme support Emoji.
-
🙌 👐 👌 ☝ : Nobody know more about technology than me.
-
Also you can use
:smile:
to show .
Video
video
Label:
Bilibili iframe
Label:
YouTube iframe
Label:
Mentions
You can mention somebody by @username
, just like @professordeng.
Avatar
Maybe you need jekyll-avatar to show an avatar list, just like:
If you want to transform avatar to a link, you can use [avatar link](url)
format, try click the avatar:
Formula
The relationship between $c$ and $r$:
\[c=2 \pi r\]Formula is supported by MathJax
Flowchart
Flowchart is supported by mermaid
-
Professordeng said. ↩