This commit is contained in:
Rico Sta. Cruz 2015-04-18 04:06:28 +08:00
parent 82370f7da7
commit ff87f62b94
1 changed files with 8 additions and 5 deletions

13
ronn.md
View File

@ -71,12 +71,15 @@ ronn-format(7), ronn(1)
## Formatting tags
```
## FORMATTING
Bold: `code` **strong**
Underline: <variable> _emphasis_ *emphasis*
```
* Bold: `code` **strong**
* Underline: <variable> _emphasis_ *emphasis*
* Linking manual references: sh(1) markdown(7)
* Linking sections: [STANDARDS][], [SEE ALSO][], [DIFFERENT TEXT][#SEE-ALIA]
### Linking
```
Manual references: sh(1) markdown(7)
Sections: [STANDARDS][], [SEE ALSO][], [DIFFERENT TEXT][#SEE-ALSO]
```
## Frequently-used sections