Skip to content

Commit ef29b92

Browse files
committed
feat: add extension
1 parent 2d949d6 commit ef29b92

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/lc/1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
edit_url: "https://github.com/doocs/leetcode/edit/main/solution/0000-0099/0001.Two%20Sum/README.md"
1212
---
1313

14-
# [1. 两数之和](https://leetcode.cn/problems/two-sum)
14+
# [1. 两数之和](https://leetcode.cn/problems/two-sum) :unlock:
1515

1616
## 题目描述
1717

mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ hooks:
8888

8989
markdown_extensions:
9090
- admonition
91+
- attr_list
92+
- md_in_html
9193
- pymdownx.superfences
9294
- pymdownx.tabbed:
9395
alternate_style: true
@@ -96,12 +98,12 @@ markdown_extensions:
9698
- pymdownx.keys
9799
- pymdownx.mark
98100
- pymdownx.tilde
99-
- attr_list
100-
- md_in_html
101+
- pymdownx.emoji
101102
- pymdownx.superfences:
102103
custom_fences:
103104
- name: mermaid
104105
class: mermaid
106+
105107

106108
extra_javascript:
107109
- javascripts/katex.js

0 commit comments

Comments
 (0)