alam-jahangir / bfmd
Parser for BFMD (Broccoli flavored MarkDown: Create a parser that takes a given input and converts it to some output using some of the standard MarkDown components and some special flavor
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alam-jahangir/bfmd
Requires
- php: ^7.2
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-09-29 02:49:48 UTC
README
Create a parser that takes a given input and converts it to some output using some of the standard MarkDown components and some special flavor.
BFMD has the following components: ● The paragraph behaviour is the same as in the normal MarkDown (Read up on it here) ● [linked text](URL) that will be converted to <a href="URL">linked text</a> ● # Some text that will be converted to <h1>Some text</h1> ● ## Some text #2 that will be converted to <h2>Some text #2</h2> ● ___EAT___ that will be converted to <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Broccol i_and_cross_sec tion_edit.jpg/320px-Broccoli_and_cross_section_edit.jpg" title="Broccoli is yummy!" alt="A lovely picture of broccoli" />