docs: use consistent notes
This commit standardizes how we display a `note` in our docs. Previously, we used a mix of `_Note_:`, `__Note:__`, `> Note`, and `> **Note**:` among others. Now, all notes appear as `> **Note**:`. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# API
|
||||
This document is a reference of the API types introduced by Kilo.
|
||||
|
||||
> Note this document is generated from code comments. When contributing a change to this document, please do so by changing the code comments.
|
||||
> **Note**: this document is generated from code comments. When contributing a change to this document, please do so by changing the code comments.
|
||||
|
||||
## Table of Contents
|
||||
* [DNSOrIP](#dnsorip)
|
||||
|
||||
Reference in New Issue
Block a user