Markdown插件(for mkdocs Materials)⚓︎
约 253 个字 35 行代码 4 张图片 预计阅读时间 1 分钟
Need Update
参考pymarkdown插件链接:传送门
多窗口⚓︎
- Donec vitae suscipit est
- Nulla tempor lobortis orci
- Sed sagittis eleifend rutrum
- Sed sagittis eleifend rutrum
- Donec vitae suscipit est
- Nulla tempor lobortis orci
=== "Unordered list"
* Sed sagittis eleifend rutrum
* Donec vitae suscipit est
* Nulla tempor lobortis orci
=== "Ordered list"
1. Sed sagittis eleifend rutrum
2. Donec vitae suscipit est
3. Nulla tempor lobortis orci
代码块⚓︎
文字格式⚓︎
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.
HTML 嵌入⚓︎
<div class="grid cards" markdown>
- :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?
</div>
- HTML for content and structure
- JavaScript for interactivity
- CSS for text running out of boxes
- Internet Explorer ... huh?
图片/Gif嵌入(Mkdocs 下)⚓︎
<figure markdown>
![](../picx/GIFtest.gif)
<figcaption>这是简介</figcaption>
</figure>
<figure markdown>
![Image title](https://dummyimage.com/600x400/){ width="300" }
<figcaption>Image caption</figcaption>
</figure>
Danger
图形绘制部分在移动端有可能显示出错,建议在PC端使用!
备注
删除了 mermaid.js 绘图显示不出来的问题。