-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Parsedown/Markdown | ||
|
||
## Content | ||
|
||
- [Usage - how to register](#usage) | ||
- [Extension - how to configure](#configuration) | ||
|
||
## Usage | ||
|
||
```sh | ||
composer require contributte/latte-parsedown-extra | ||
``` | ||
|
||
## Configuration | ||
|
||
```yaml | ||
extensions: | ||
parsedown: Contributte\ParsedownExtra\DI\ParsedownExtraExtension | ||
|
||
parsedown: | ||
helper: parsedown # Name of the helper in Latte | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,55 @@ | ||
# Latte-Parsedown-Extra | ||
# Latte > Parsedown/Markdown | ||
|
||
[ParsedownExtra](https://github.com/erusev/parsedown-extra) parser for Latte. | ||
:tractor: Markdown parser to Nette Framework. | ||
|
||
----- | ||
|
||
[](https://travis-ci.org/minetro/latte-parsedown-extra) | ||
[](https://packagist.org/packages/minetro/latte-parsedown-extra) | ||
[](https://packagist.org/packages/minetro/latte-parsedown-extra) | ||
[](http://hhvm.h4cc.de/package/minetro/latte-parsedown-extra) | ||
[](https://travis-ci.org/contributte/latte-parsedown-extra) | ||
[](https://coveralls.io/r/contributte/latte-parsedown-extra) | ||
[](https://packagist.org/packages/contributte/latte-parsedown-extra) | ||
|
||
[](https://packagist.org/packages/contributte/latte-parsedown-extra) | ||
[](https://packagist.org/packages/contributte/latte-parsedown-extra) | ||
[](https://packagist.org/packages/contributte/latte-parsedown-extra) | ||
|
||
## Discussion / Help | ||
|
||
[](https://gitter.im/minetro/nette?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[](http://bit.ly/ctteg) | ||
|
||
## Install | ||
|
||
```sh | ||
$ composer require minetro/latte-parsedown-extra | ||
``` | ||
composer require contributte/latte-parsedown-extra | ||
``` | ||
|
||
## Usage | ||
## Versions | ||
|
||
### Register in config file | ||
| State | Version | Branch | PHP | | ||
|-------------|----------|----------|----------| | ||
| stable | `^1.1.0` | `master` | `>= 5.6` | | ||
|
||
```neon | ||
extensions: | ||
parsedown: Minetro\ParsedownExtra\DI\ParsedownExtraExtension | ||
## Overview | ||
|
||
parsedown: | ||
helper: parsedown # Name of the helper in Latte | ||
``` | ||
|
||
- [Usage - how to install](https://github.com/contributte/latte-parsedown-extra/blob/master/.docs/README.md#usage) | ||
- [Extension - how to configure](https://github.com/contributte/latte-parsedown-extra/blob/master/.docs/README.md#configuration) | ||
|
||
## Maintainers | ||
|
||
<table> | ||
<tbody> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/f3l1x"> | ||
<img width="150" height="150" src="https://avatars2.githubusercontent.com/u/538058?v=3&s=150"> | ||
</a> | ||
</br> | ||
<a href="https://github.com/f3l1x">Milan Felix Šulc</a> | ||
</td> | ||
</tr> | ||
<tbody> | ||
</table> | ||
|
||
--- | ||
|
||
Thank you for testing, reporting and contributing. |