- 15 Nov, 2020 4 commits
-
-
Dan Untenzu authored
* FEATURE Add gfm-stylesheet
-
Dan Untenzu authored
-
Dan Untenzu authored
-
Dan Untenzu authored
Add a GitHub Flavored Markdown Stylesheet, with the keyword »gfm«.
-
- 18 Sep, 2020 8 commits
-
-
Dan Untenzu authored
* BUGFIX Don't use example title as fallback * BUGFIX Don't use example stylesheet as fallback * FEATURE !! Enable method chaining
-
Dan Untenzu authored
Refactor all methods to enable fluent interfaces.
-
Dan Untenzu authored
An example title is always set as fallback. This is unexpected behaviour and not desired for most use cases. Use a neutral fallback instead if no title was given.
-
Dan Untenzu authored
An example stylesheet URL is always set as fallback. This is unexpected behaviour and not desired for most use cases. Don't render a stylesheet if setContent() was used and setStylesheet() was not used explicitly.
-
Dan Untenzu authored
* FEATURE Docs: Replace screenshot * FEATURE Add static method to fetch example template * FEATURE Add minimal tests
-
Dan Untenzu authored
Use a PHP code example for the screenshot
-
Dan Untenzu authored
Add a static method to get the example template. - No need to create the object - Preparation to solve the bug that example styles are set by default
-
Dan Untenzu authored
-
- 11 May, 2020 3 commits
-
-
Dan Untenzu authored
* FEATURE Escape special chars in title and attribute options
-
Dan Untenzu authored
Markup should be rendered as raw HTML of course, but all other strings in tag attributes like »stylesheet url« or »title« are escaped by default to prevent broken/invalid HTML.
-
Dan Untenzu authored
Add link to html5example.com single-serving site.
-
- 06 May, 2020 1 commit
-
-
Dan Untenzu authored
-
- 27 Apr, 2020 7 commits
-
-
Dan Untenzu authored
* FEATURE Docs: Be more verbose in options description * FEATURE Docs: Add example usage case * BUGFIX CGL: Correct PhpDocs * BUGFIX Styles: Rename ambiguous keyword * FEATURE Enable setting additional metadata
-
Dan Untenzu authored
It may be neccessary to add additional metadata like a canonical link. Add an option to support this use case.
-
Dan Untenzu authored
Using »mini.css« should result in a valid relative file link, but generates a link to the CSS framework instead, since this is a reserved keyword as well. Rename this keyword too avoid this unwanted behavior.
-
Dan Untenzu authored
Replace wrongly described return types or attributes in PhpDoc comments.
-
Dan Untenzu authored
-
Dan Untenzu authored
-
Dan Untenzu authored
-
- 19 Apr, 2020 5 commits
-
-
Dan Untenzu authored
* FEATURE Apply coding guidelines
-
Dan Untenzu authored
-
Dan Untenzu authored
Add some awesome README badges
-
Dan Untenzu authored
Add a minimal CI script (lint fatal errors & code style)
-
Dan Untenzu authored
-
- 17 Apr, 2020 3 commits
-
-
Dan Untenzu authored
* FEATURE Cache inline stylesheet
-
Dan Untenzu authored
Avoid requesting the CSS file on every load and try to cache it instead with a minimal caching mechanism.
-
Dan Untenzu authored
* FEATURE Add option to render stylesheet inline * FEATURE Use headline as title fallback
-
- 14 Apr, 2020 3 commits
-
-
Dan Untenzu authored
Make stylesheet render mode more verbose
-
Dan Untenzu authored
-
Dan Untenzu authored
Add an option to render the given stylesheet inline (using script tags) to avoid an external request due to privacy concerns.
-
- 08 Apr, 2020 1 commit
-
-
Dan Untenzu authored
If no title is set, then parse the document and grab the first H1 as title fallback. This way this method call may be axed in most situations.
-
- 27 Feb, 2020 2 commits
-
-
Dan Untenzu authored
* BUGFIX CSS CDN needs specific version for skeleton
-
Dan Untenzu authored
Skeleton cant use the version fallback of the CSS CDN, because of e changed file structure and therefore needs a specific version constraint.
-
- 16 Jan, 2020 2 commits
-
-
Dan Untenzu authored
-
Dan Untenzu authored
Add CDN links to several more minimal CSS frameworks.
-
- 06 Aug, 2019 1 commit
-
-
Dan Untenzu authored
-