Skip to content

Commit

Permalink
Remove excessive blank lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 21, 2023
1 parent f689a99 commit 3487b2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ These basic entry-level styling parameters can be set in the project file or `Di
For example:

```xml

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

```html

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

```html

<li class="nav-item"><a href="{{fsdocs-menu-item-link}}" class="nav-link">{{fsdocs-menu-item-content}}</a></li>
```

Expand Down

0 comments on commit 3487b2f

Please sign in to comment.