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/>
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```fish
|
||||
@ -22,6 +23,7 @@ $ omf install {{NAME}}
|
||||
$ {{NAME}}
|
||||
```
|
||||
|
||||
|
||||
# License
|
||||
|
||||
[MIT][mit] © [{{USER}}][author] et [al][contributors]
|
||||
|
@ -9,24 +9,27 @@
|
||||
|
||||
<br/>
|
||||
|
||||
## Install
|
||||
|
||||
## Install
|
||||
|
||||
```fish
|
||||
$ omf install {{NAME}}
|
||||
```
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
* Lorem ipsum dolor sit amet.
|
||||
* Consectetur adipisicing elit.
|
||||
|
||||
|
||||
## Screenshot
|
||||
|
||||
<p align="center">
|
||||
<img src="{{SCREENSHOT_URL}}">
|
||||
</p>
|
||||
|
||||
|
||||
# License
|
||||
|
||||
[MIT][mit] © [{{USER}}][author] et [al][contributors]
|
||||
|
Loading…
x
Reference in New Issue
Block a user