File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
resources/views/docs/desktop/1/getting-started Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ public function getBodyForMarkdown(): string
73
73
);
74
74
}
75
75
76
- return preg_replace ('/^#/m ' , '## ' , $ body );
76
+ return preg_replace ('/^## /m ' , '#### ' , $ body );
77
77
}
78
78
79
79
public function withoutUserLinks (bool $ withoutUserLinks = true ): static
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ title: Release Notes
3
3
order : 1100
4
4
---
5
5
6
+ Showing the 10 latest releases of ` nativephp/electron ` .
7
+
8
+ Please see GitHub for the [ full list of release notes] ( https://github.com/NativePHP/electron/releases ) .
9
+
6
10
@forelse (\App\Support\GitHub::electron()->releases()->take(10) as $release)
7
11
## {{ $release->name }}
8
12
** Released: {{ \Carbon\Carbon::parse($release->published_at)->format('F j, Y') }}**
You can’t perform that action at this time.
0 commit comments