Home - markdown

The article introduces the features of the Jekyll theme support.

Paragraph

In a paragraph, different fonts may appear, including but not limited to:

  1. Italics

  2. Bold

  3. Delete

  4. Underline

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:

picture

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

Ordered list

  1. This is a complete item.
  2. This is an incomplete item.

Emoji

The Jekyll theme support Emoji.

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:

professordeng ericclose

If you want to transform avatar to a link, you can use [avatar link](url) format, try click the avatar:

professordeng ericclose

Formula

The relationship between $c$ and $r$:

\[c=2 \pi r\]

Formula is supported by MathJax

Flowchart

graph LR A --- B B-->C[fa:fa-ban forbidden] B-->D(fa:fa-spinner);

Flowchart is supported by mermaid


  1. Professordeng said.