1.0.1 • Published 6 years ago
gitbook-plugin-noun v1.0.1
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>