Download the PHP package pachico/markdownwriter without Composer
On this page you can find all versions of the php package pachico/markdownwriter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pachico/markdownwriter
More information about pachico/markdownwriter
Files in pachico/markdownwriter
Package markdownwriter
Short Description Markdown writer.
License MIT
Homepage https://github.com/pachico/markdownwriter
Informations about the package markdownwriter
MarkdownWriter
Php package to write markdown documents.
What it is: a markdown writer. What it isn't: a markdown parser.
Why? Because coding it was fun and because you might want to programmatically write documentation, blog entries, etc. with data that comes from a databases, csv files, etc. More and more there are static site generators that use markdown as source so, I thought I would give it a try.
Table of Contents
- Install
- Usage
- Headers
- Paragraph
- Blockquote
- Code
- Horizontal rule
- Image
- Link
- Lizt (list)
- Output
- Example
Install
Via Composer
Usage
Headers
Will output:
Paragraph
Will output:
Blackquote
Will output:
Code
Will output:
Horizontal rule
Will output:
Image
Will output:
Link
Will output:
Lizt (list)
Lists are called Lizt since the word "list" is a php reserved word.
Will output:
Output
Check FlySystem for the complete list of adapters.
Example
This README file has been written using this package. Check the examples folder for more details.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
Licence
The MIT License (MIT). Please see License File for more information.