Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 513 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 513 Bytes

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***__

image