-
When I read the docs of this repo, I notice things like at the bottom of this page https://facelessuser.github.io/pymdown-extensions/extensions/details/ the code block can be collapsed and only show several lines. Then I look the source markdown file, and found
then I look the mkdocs.yml markdown_extensions:
- tools.collapse_code:
expand_text: ''
collapse_text: '' then, I try to add this thing to my docs. I copy the whole diretory can some one tell me how to add this things correctly? I think this looks very nice and I really want to use it in my docs. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I find the owner's reply in this issue may be helpful, but i try run python -m mkdocs serve still get > python -m mkdocs serve
ERROR - Config value 'markdown_extensions': Invalid Markdown Extensions configuration
Aborted with a configuration error! still trying... |
Beta Was this translation helpful? Give feedback.
I find the owner's reply in this issue may be helpful,
#1446 (comment)
but i try run
still get
still trying...