功能测试¶
快捷键设置命令
config.tex | |
---|---|
https://squidfunk.github.io/mkdocs-material/reference/buttons/#usage
test
Suppose \(\varphi\) is a bounded linear functional on a Hilbert sapce V. Then there exists a unique \(h \in V\) such that $$ \varphi(f) = \langle f, h \rangle$$ for all \(f \in V\). Furthermore, \(\Vert \varphi \Vert = \Vert h \Vert\).
汇总¶
Theorem
this is a tip
Theorem
this is a tip
theorem
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor massa, nec semper lorem quam in massa.
可以使用attention, caution, danger, error, hint, important, note, tip, and warning。
def bubble_sort(items):
for i in range(len(items)):
for j in range(len(items) - 1 - i):
if items[j] > items[j + 1]:
items[j], items[j + 1] = items[j + 1], items[j]
- 23
- 123
Method | Description |
---|---|
GET |
:material-check: Fetch resource |
PUT |
:material-check-all: Update resource |
DELETE |
:material-close: Delete resource |
Annotations¶
这个功能似乎和mermaid冲突了 Lorem ipsum dolor sit amet, (1) consectetur adipiscing elit.
- :man_raising_hand: I'm an annotation! I can contain
code
, formatted text, images, ... basically anything that can be expressed in Markdown.
Buttons¶
Code Blocks¶
加title, 行数, highlight的行数
Content tabs¶
核心语法非常简单, 相当于利用"==="作为选择工具, 但需要注意缩进问题
当然还可以用来嵌入其它结构
- Sed sagittis eleifend rutrum
- Donec vitae suscipit est
- Nulla tempor lobortis orci
- Sed sagittis eleifend rutrum
- Donec vitae suscipit est
- Nulla tempor lobortis orci
Data tables¶
还是有bug
Method | Description |
---|---|
GET |
:material-check: Fetch resource |
PUT |
:material-check-all: Update resource |
DELETE |
:material-close: Delete resource |
Footnotes¶
用不了 Lorem ipsum[^1] dolor sit amet, consectetur adipiscing elit.[^2]
Formatting¶
Text can be deleted and replacement text added. This can also be
combined into onea single operation. Highlighting is also
possible and comments can be added inline.
Formatting can also be applied to blocks by putting the opening and closing tags on separate lines and adding new lines between the tags and the content.
Ctrl+Alt+Del
Grids¶
还是用不了
- :fontawesome-brands-html5: HTML for content and structure
- :fontawesome-brands-js: JavaScript for interactivity
- :fontawesome-brands-css3: CSS for text running out of boxes
- :fontawesome-brands-internet-explorer: Internet Explorer ... huh?