gitbook-plugin-underline
v1.0.0
Published
Underline your text
Downloads
1
Readme
Underline any text in your docs
Install
Add the below to your book.json
file, then run gitbook install
:
{
"plugins": ["underline"]
}
Usage
Just add __ before & after your desired text to underline! I'll show you some examples:
__underline__
__*underline italics*__
__**underline bold**__
__***underline bold italics***__