webfan.js | Frdlweb.js - Markdown Components

The framework parses everything that is in the innerHTML of an element wich has the attribute or the class frdl-markdown as markdown and then purifies the HTML result. So for example:

<div frdl-markdown>

**fat**

</div>

…will be parsed into:

<div frdl-markdown>

<b>fat</b>

</div>

…and the result looks like:

fat

connect with ❤️Webfan | connect with Google