Unverified Commit 5d659d7e authored by Shuhao Zhang's avatar Shuhao Zhang Committed by GitHub
Browse files

Merge pull request #2544 from Henry-ZHR/patch-3

修复代码块行号

This fixes #2114 and fixes #2160.
parents a89d4434 6fe8e58f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -477,6 +477,8 @@ markdown_extensions:
  - pymdownx.details
  - pymdownx.emoji:
      emoji_generator: !!python/name:pymdownx.emoji.to_svg
  - pymdownx.highlight:
      linenums: true
  - pymdownx.inlinehilite
  - pymdownx.keys
  - pymdownx.magiclink
+1 −1
Original line number Diff line number Diff line
mkdocs>=1
pymdown-extensions
Pygments
Pygments>=2.2,<2.4