try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up to harder stuff

This commit is contained in:
friendica 2012-07-02 01:11:19 -07:00
commit 315784444a
4 changed files with 10 additions and 6 deletions

View file

@ -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;