gitbook-plugin-noun
v1.0.1
Published
Convert nouns to links.
Downloads
1
Readme
gitbook-plugin-noun
Convert nouns to links.
Install
Use it for your book, by adding to your book.json:
{
"noun": "Noun.md",
"plugins": ["noun"]
}
Then run gitbook install
.
Usage
In Noun.md, each title is a noun:
# gitbook
GitBook makes it easy for your team to write and maintain high-quality documentation.
Using plugins:
<n> gitbook </n>
After build:
<a href="./Nonu.html#gitbook">gitbook</a>