Some useful tools for my MkDocs.
Add figure's caption by alt
, for example:
![My Caption](url)
Ignore caption by leading !
, for example:
![!Alt only](url)
Add caption in table by next blockquote, for example:
| header 1 | header 2 |
| -------- | -------- |
| a | b |
> The caption text, it will ignore any html effect include [links](this will be ignored)
Using /
as prefix will ignore using caption, for example:
| header 1 | header 2 |
| -------- | -------- |
| a | b |
> /This is a real blockquote
Help serving the specific source only.
search serve_simple
to see example in mkdocs.yaml.
pip install -e lib