mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 09:58:12 +08:00
fix markdown extension
I noticed footnotes extension didn't add in mkdocs.yml. so in "必学工具/信息检索" the footnote didn't render correctly, I read the reference site of the material for mkdocs coincidentally. https://squidfunk.github.io/mkdocs-material/reference/footnotes/ and this is my first pull request, don't care my poor English. at last, thanks for your contribution to the internet.
This commit is contained in:
parent
e4c3efd2d3
commit
19180c67c5
1 changed files with 1 additions and 2 deletions
|
|
@ -62,6 +62,7 @@ theme:
|
|||
markdown_extensions:
|
||||
- attr_list
|
||||
- md_in_html
|
||||
- footnotes
|
||||
|
||||
plugins:
|
||||
- i18n:
|
||||
|
|
@ -182,7 +183,6 @@ nav:
|
|||
- "MIT 6.S081: Operating System Engineering": "操作系统/MIT6.S081.md"
|
||||
- "UCB CS162: Operating System": "操作系统/CS162.md"
|
||||
- "NJU OS: Operating System Design and Implementation": "操作系统/NJUOS.md"
|
||||
- "HIT OS: Operating System": "操作系统/HITOS.md"
|
||||
- 并行与分布式系统:
|
||||
- "CMU 15-418/Stanford CS149: Parallel Computing": "并行与分布式系统/CS149.md"
|
||||
- "MIT 6.824: Distributed System": "并行与分布式系统/MIT6.824.md"
|
||||
|
|
@ -213,7 +213,6 @@ nav:
|
|||
- "MIT web development course": "Web开发/mitweb.md"
|
||||
- "Stanford CS142: Web Applications": "Web开发/CS142.md"
|
||||
- "University of Helsinki: Full Stack open 2022": "Web开发/fullstackopen.md"
|
||||
- "CS571 Building UI (React & React Native)": "Web开发/CS571.md"
|
||||
- 数据科学:
|
||||
- "UCB Data100: Principles and Techniques of Data Science": "数据科学/Data100.md"
|
||||
- 人工智能:
|
||||
|
|
|
|||
Loading…
Reference in a new issue