Skip to content

Latest commit

 

History

History

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Custom MkDocs Library

License: MIT

Some useful tools for my MkDocs.

Figcaption

Add figure's caption by alt, for example:

![My Caption](url)

Ignore caption by leading !, for example:

![!Alt only](url)

TableCaption

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

SimpleServe

Help serving the specific source only

see serve.json as example.

Install

pip install -e lib