Simplify
This commit is contained in:
parent
82370f7da7
commit
ff87f62b94
13
ronn.md
13
ronn.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue