mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-03-10 22:15:15 +08:00
templates: consistently use newlines before sections
This commit is contained in:
parent
7a815f32f0
commit
befebda9f2
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
@ -22,6 +23,7 @@ $ omf install {{NAME}}
|
|||||||
$ {{NAME}}
|
$ {{NAME}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
[MIT][mit] © [{{USER}}][author] et [al][contributors]
|
[MIT][mit] © [{{USER}}][author] et [al][contributors]
|
||||||
|
@ -9,24 +9,27 @@
|
|||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
## Install
|
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
```fish
|
```fish
|
||||||
$ omf install {{NAME}}
|
$ omf install {{NAME}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* Lorem ipsum dolor sit amet.
|
* Lorem ipsum dolor sit amet.
|
||||||
* Consectetur adipisicing elit.
|
* Consectetur adipisicing elit.
|
||||||
|
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="{{SCREENSHOT_URL}}">
|
<img src="{{SCREENSHOT_URL}}">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
[MIT][mit] © [{{USER}}][author] et [al][contributors]
|
[MIT][mit] © [{{USER}}][author] et [al][contributors]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user