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
webfan.js | Frdlweb.js - Markdown Componentswebfan.js | Frdlweb.js - Markdown Components
Comments
Now BBCode is available also:
<div frdl-bbcode>
[b]fat[/b]
</div>
Now BBCode is available also:
<div frdl-bbcode>
[b]fat[/b]
</div>