File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# JBZoo / Markdown
22
33[ ![ CI] ( https://github.com/JBZoo/Markdown/actions/workflows/main.yml/badge.svg?branch=master )] ( https://github.com/JBZoo/Markdown/actions/workflows/main.yml?query=branch%3Amaster ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/JBZoo/Markdown/badge.svg?branch=master )] ( https://coveralls.io/github/JBZoo/Markdown?branch=master ) [ ![ Psalm Coverage] ( https://shepherd.dev/github/JBZoo/Markdown/coverage.svg )] ( https://shepherd.dev/github/JBZoo/Markdown ) [ ![ Psalm Level] ( https://shepherd.dev/github/JBZoo/Markdown/level.svg )] ( https://shepherd.dev/github/JBZoo/Markdown ) [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/jbzoo/markdown/badge )] ( https://www.codefactor.io/repository/github/jbzoo/markdown/issues )
4- [ ![ Stable Version] ( https://poser.pugx.org/jbzoo/markdown/version )] ( https://packagist.org/packages/jbzoo/markdown/ ) [ ![ Total Downloads] ( https://poser.pugx.org/jbzoo/markdown/downloads )] ( https://packagist.org/packages/jbzoo/markdown/stats ) [ ![ Dependents] ( https://poser.pugx.org/jbzoo/markdown/dependents )] ( https://packagist.org/packages/jbzoo/markdown/dependents?order_by=downloads ) [ ![ Visitors ] ( https://visitor-badge.glitch.me/badge?page_id=jbzoo.markdown )] ( ) [ ![ GitHub License] ( https://img.shields.io/github/license/jbzoo/markdown )] ( https://github.com/JBZoo/Markdown/blob/master/LICENSE )
4+ [ ![ Stable Version] ( https://poser.pugx.org/jbzoo/markdown/version )] ( https://packagist.org/packages/jbzoo/markdown/ ) [ ![ Total Downloads] ( https://poser.pugx.org/jbzoo/markdown/downloads )] ( https://packagist.org/packages/jbzoo/markdown/stats ) [ ![ Dependents] ( https://poser.pugx.org/jbzoo/markdown/dependents )] ( https://packagist.org/packages/jbzoo/markdown/dependents?order_by=downloads ) [ ![ GitHub License] ( https://img.shields.io/github/license/jbzoo/markdown )] ( https://github.com/JBZoo/Markdown/blob/master/LICENSE )
55
66
77
Original file line number Diff line number Diff line change 2424
2525 "require" : {
2626 "php" : " ^8.1" ,
27- "jbzoo/utils" : " 7.x-dev "
27+ "jbzoo/utils" : " ^7.0 "
2828 },
2929
3030 "require-dev" : {
31- "jbzoo/toolbox-dev" : " 7.x-dev "
31+ "jbzoo/toolbox-dev" : " ^7.0 "
3232 },
3333
3434 "autoload" : {
Original file line number Diff line number Diff line change 2323class Markdown
2424{
2525 /**
26- * Insert link to markdown text.
26+ * Insert link to Markdown text.
2727 */
2828 public static function url (?string $ title = null , ?string $ url = null ): ?string
2929 {
@@ -46,15 +46,15 @@ public static function url(?string $title = null, ?string $url = null): ?string
4646 }
4747
4848 /**
49- * Insert badge to markdown text.
49+ * Insert badge to Markdown text.
5050 */
5151 public static function badge (string $ name , string $ svgUrl , string $ serviceUrl ): ?string
5252 {
5353 return self ::url (self ::image ($ svgUrl , $ name ), $ serviceUrl );
5454 }
5555
5656 /**
57- * Insert title to markdown text.
57+ * Insert title to Markdown text.
5858 */
5959 public static function title (string $ title , int $ level = 2 ): string
6060 {
@@ -72,7 +72,7 @@ public static function title(string $title, int $level = 2): string
7272 }
7373
7474 /**
75- * Insert image to markdown text.
75+ * Insert image to Markdown text.
7676 */
7777 public static function image (?string $ url , ?string $ altText = null ): string
7878 {
You can’t perform that action at this time.
0 commit comments