Skip to content

Commit 3487b2f

Browse files
committed
Remove excessive blank lines.
1 parent f689a99 commit 3487b2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/styling.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ These basic entry-level styling parameters can be set in the project file or `Di
6060
For example:
6161

6262
```xml
63-
6463
<PropertyGroup>
6564
<!-- Example ultra-simple styling and generation settings for FsDocs default template-->
6665
<PackageLicenseUrl>https://github.com/foo/bar/blob/master/License.txt</PackageLicenseUrl>
@@ -163,7 +162,6 @@ You can add advanced styling to the sidebar generated menu items by creating a n
163162
To customize the generated menu-item headers, use file `_menu_template.html` with starting template:
164163

165164
```html
166-
167165
<li class="nav-header">
168166
{{fsdocs-menu-header-content}}
169167
</li>
@@ -173,7 +171,6 @@ To customize the generated menu-item headers, use file `_menu_template.html` wit
173171
Similarly, to customize the individual menu item list, use file `_menu-item_template.html` with starting template:
174172

175173
```html
176-
177174
<li class="nav-item"><a href="{{fsdocs-menu-item-link}}" class="nav-link">{{fsdocs-menu-item-content}}</a></li>
178175
```
179176

0 commit comments

Comments
 (0)