try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up to harder stuff
This commit is contained in:
parent
a9c65dfe27
commit
315784444a
4 changed files with 10 additions and 6 deletions
|
@ -43,11 +43,11 @@ function babel_content(&$a) {
|
|||
|
||||
$bbcode = diaspora2bb($diaspora);
|
||||
$o .= t("bb2dia2bb: ") . EOL. EOL;
|
||||
$o .= $bbcode . EOL. EOL;
|
||||
$o .= visible_lf($bbcode) . EOL. EOL;
|
||||
|
||||
$bbcode = html2bbcode($html);
|
||||
$o .= t("bb2md2html2bb: ") . EOL. EOL;
|
||||
$o .= $bbcode . EOL. EOL;
|
||||
$o .= visible_lf($bbcode) . EOL. EOL;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue