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

dev-master 2019-10-03 13:33 UTC

This package is auto-updated.

Last update: 2024-09-29 05:28: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" />