Skip to content

Commit de66e94

Browse files
committed
[FEATURE] ✨ Add gfm-stylesheet
Add a GitHub Flavored Markdown Stylesheet, with the keyword »gfm«.
1 parent dcd276e commit de66e94

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Mirror https://github.com/pixelbrackets/html5-mini-template
9696
one of following reserved [keywords](https://gitlab.com/pixelbrackets/html5-mini-template/-/blob/1.2.1/src/Html5MiniTemplate.php#L18)
9797
which then creates a link to a CDN of the selected CSS framework
9898
- [`bootstrap`](https://github.com/twbs/bootstrap/)
99+
- [`gfm`](https://github.com/pixelbrackets/gfm-stylesheet/)
99100
- [`milligram`](https://github.com/milligram/milligram/)
100101
- [`minicss`](https://github.com/Chalarangelo/mini.css/)
101102
- [`mui`](https://github.com/muicss/mui/)

src/Html5MiniTemplate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class Html5MiniTemplate
1919
protected $listOfStylesheets = [
2020
'bootstrap' => 'https://cdn.jsdelivr.net/gh/twbs/[email protected]/dist/css/bootstrap.min.css',
2121
'example' => '/assets/css/stylesheet.css?v=1',
22+
'gfm' => 'https://cdn.jsdelivr.net/gh/pixelbrackets/[email protected]/dist/gfm.min.css',
2223
'milligram' => 'https://cdn.jsdelivr.net/gh/milligram/[email protected]/dist/milligram.min.css',
2324
'minicss' => 'https://cdn.jsdelivr.net/gh/Chalarangelo/[email protected]/dist/mini-default.min.css',
2425
'mui' => 'https://cdn.jsdelivr.net/gh/muicss/[email protected]/packages/cdn/css/mui.min.css',

0 commit comments

Comments
 (0)