测试一下pelican制作页面并且上传到github的整体流程,页面采用markdown方式撰写。
参考文献
参考文献1:使用Pelican + Markdown + GitHub Pages来撰写Blog
Heading 1
内部链接的使用
列表
- fruits
- apples
- macintosh
- red delicious
- pears
- peaches
- apples
- vegetables
- brocolli
- chard
带编号列表 1. first 2. second 3. third 4. fourth
简单公式
\(\sum_{i=1}^j S_i=100\)
图片
Heading 2
block quote
This is a block quote. This paragraph has two lines.
- This is a list inside a block quote.
- Second item.
definitions
- Term 1
- Definitions 1
- Term 2 with inline markup
- Definition 2 some code, part of Definition 2 Third paragraph of definition 2.
Term 1 ~ Definition 1 Term 2 ~ Definition 2a ~ Definition 2b
tables
Right Left Center Default
12 12 12 12 123 123 123 123 1 1 1 1
Table: Demonstration of simple table syntax.
multi-line tables
Centered Default Right Left Header Aligned Aligned Aligned
First row 12.0 Example of a row that
spans multiple lines.
Second row 5.0 Here's another one. Note the blank line between rows.
Table: Here's the caption. It, too, may span multiple lines.
First row 12.0 Example of a row that
spans multiple lines.
Second row 5.0 Here's another one. Note
the blank line between
rows.
- Here's a multiline table without headers.
Another table
+---------------+---------------+--------------------+ | Fruit | Price | Advantages | +===============+===============+====================+ | Bananas | $1.34 | - built-in wrapper | | | | - bright color | +---------------+---------------+--------------------+ | Oranges | $2.10 | - cures scurvy | | | | - tasty | +---------------+---------------+--------------------+