input filter updates

This commit is contained in:
zotlabs
2017-03-14 17:07:29 -07:00
committed by Mario Vavti
parent 155b57c2de
commit fa629841bd
6 changed files with 59 additions and 105 deletions

View File

@@ -5,7 +5,7 @@ namespace Zotlabs\Lib;
/**
* MarkdownSoap
* Purify Markdown for storage
* $x = newMarkdownSoap($string_to_be_cleansed);
* $x = new MarkdownSoap($string_to_be_cleansed);
* $text = $x->clean();
*
* What this does: