Download the PHP package ryanwinchester/pagemark without Composer
On this page you can find all versions of the php package ryanwinchester/pagemark. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ryanwinchester/pagemark
More information about ryanwinchester/pagemark
Files in ryanwinchester/pagemark
Download ryanwinchester/pagemark
More information about ryanwinchester/pagemark
Files in ryanwinchester/pagemark
Vendor ryanwinchester
Package pagemark
Short Description Parse markdown for a blog or wiki
License apache-2
Package pagemark
Short Description Parse markdown for a blog or wiki
License apache-2
Please rate this library. Is it a good library?
Informations about the package pagemark
Pagemark
Parse markdown pages for blogs and wikis
There are multiple ways to get the content.
Example return value
Explanation:
$title
- The title of the post or category taken from the file or directory name.$breadcrumbs
is an array of breadcrumbs.$index
is available if you have navigated to a directory, or an empty array otherwise$index['subcategories']
is an array of subdirectories in your current directory$index['files']
is an array of files in your current directory
$post
is a string of your parsed markdown content
Using a different parser.
By default the markdown parser used is erusev/parsedown. To use a different one,
you need to make your own parser that implements the Parseable
interface or create an adapter for a different library
that implements Parseable
.
All versions of pagemark with dependencies
PHP Build Version
Package Version
The package ryanwinchester/pagemark contains the following files
Loading the files please wait ....