8000 GitHub - dylanowen/mdbook-tag
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dylanowen/mdbook-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdBook Tag

crates.io LICENSE

Install

cargo install mdbook-tag

book.toml

[preprocessor.tag]
command = "mdbook-tag"
# Optional key to customize the output filename (defaults to tags.md)
filename = "customtagsfile.md"

Usage

Input

`tag:one-tag` `tag:two-tag`

Output

[`#one-tag`](tags.md#one-tag "Tag: one-tag") [`#two-tag`](tags.md#two-tag "Tag: two-tag")

Rendered

#one-tag #two-tag

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0