https://github.com/wintercms/wn-parsedown-plugin
Provides backwards compatibility by reverting Markdown parsing to the Parsedown library
https://github.com/wintercms/wn-parsedown-plugin
Last synced: 3 months ago
JSON representation
Provides backwards compatibility by reverting Markdown parsing to the Parsedown library
- Host: GitHub
- URL: https://github.com/wintercms/wn-parsedown-plugin
- Owner: wintercms
- License: mit
- Created: 2023-10-28T02:17:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T02:51:35.000Z (over 2 years ago)
- Last Synced: 2026-01-01T14:34:49.471Z (6 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parsedown plugin
Provides backwards compatibility for older Markdown content by reverting the Markdown parser in Winter CMS back to the [Parsedown](https://github.com/erusev/parsedown) library.
## Installation
```
composer require winter/wn-parsedown-plugin
```
## Usage
As long as this plugin is enabled, it should work automatically. Any usage of the `Markdown` facade or making of the `parse.markdown` app binding should use Parsedown library instead.
This plugin has been set up to be API-compatible with the CommonMark library that is now installed with Winter CMS, but using the new API to enable or disable configuration will be ignored for Parsedown.
## License
MIT.