Anyone think before if we implement Markdown BBCode?
You see if I were to create a BBCode table....
[table]
[thead]
[tr]
[td]head 1[/td][td]head 2[/td]
[/tr]
[/thead]
[code]
It's gonna be very tough...
[code]
| head 1 | head 2|
|---|---|
Very fast..
So, I'm thinking if we add markdown capability to both PF's bbcode & html modes...
As for <code > tag....to print in letters, it's like this:
<?php echo $code; ?>
to execute, i've made in carousel widget, it's like this
{eval}
<?php
$code;
?>
{/eval}
I'll give some thoughts on this before finalizing on this matter.