Download the PHP package xp-forge/markdown without Composer
On this page you can find all versions of the php package xp-forge/markdown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xp-forge/markdown
More information about xp-forge/markdown
Files in xp-forge/markdown
Download xp-forge/markdown
More information about xp-forge/markdown
Files in xp-forge/markdown
Vendor xp-forge
Package markdown
Short Description Markdown
License BSD-3-Clause
Homepage http://xp-framework.net/
Package markdown
Short Description Markdown
License BSD-3-Clause
Homepage http://xp-framework.net/
Please rate this library. Is it a good library?
Informations about the package markdown
Markdown for XP Framework
The Markdown syntax implemented for the XP Framework.
Example
To transform markdown to HTML, all that is necessary is the following:
The implementation is based on a parse tree. To work with the tree, you can use the parse()
method, which returns a net.daringfireball.markdown.ParseTree
instance.
You can control the URLs used in the href
and src
attributes of links and images, respectively, by using URL rewriting API:
All versions of markdown with dependencies
PHP Build Version
Package Version
The package xp-forge/markdown contains the following files
Loading the files please wait ....