Download the PHP package ardissoebrata/beam-parsedown without Composer
On this page you can find all versions of the php package ardissoebrata/beam-parsedown. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ardissoebrata/beam-parsedown
More information about ardissoebrata/beam-parsedown
Files in ardissoebrata/beam-parsedown
Package beam-parsedown
Short Description More features for Parsedown.
License MIT
Homepage https://github.com/ardissoebrata/beam-parsedown
Informations about the package beam-parsedown
Beam-Parsedown
Beam-Parsedown is a Laravel package of ParsedownExtra which adds several new features in it.
Here's a list of the added features:
- BasePath
- Header ID
- Icons
- Audio
- Youtube
- Alerts
- Drawio
- Mermaid JS
- Chart JS
Installation
Via Composer
Usage
BasePath
Set default base path for images, audios & drawio diagrams. It will only add base path to relative urls (ex. ./image.png
).
Header ID
Automatically add IDs to headings.
Markdown
Results
Icons
You can easily display fontawesome icons. To add an icon, simply write icon:
followed with the class icon that you want to display in square brackets.
Markdown
Results
Audio
To embed audio, add audio:
followed by the link to audio file (m4a).
Markdown
Results
Youtube
Display youtube videos from shared links. Write youtube:
followed by shared links from Youtube, enclosed in square bracket.
Markdown
Results
Alerts
To display note/info block in document, enclosed block with info
followed by three tick marks (```).
Markdown
Results
Draw.io
To embed draw.io diagrams, add drawio:
followed by the link to drawio file (.drawio
).
Markdown
Results
Mermaid JS
Here is one mermaid diagram:
Markdown
Results
Chart JS
Show charts with chart.js config:
Markdown
Results
Configuration
To add new or edit the default options, run the following command to make a copy of the default configuration file:
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Credits
- Ardi Soebrata
- All Contributors
License
The MIT License (MIT). Please see the license file for more information.