修正由于转义引号导致的在sqlite下查询失败错误
修正由于部分主机没有安装mb插件导致无法输出markdown文本的错误

fix #288

给expression增加参数$escape来控制是否转义语句
This commit is contained in:
祁宁
2014-10-09 22:19:22 +08:00
parent 52f7f3a29a
commit 80de4900df
6 changed files with 38 additions and 22 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class HtmlRendererExtra extends CommonMark_HtmlRenderer
* @license GNU General Public License 2.0
*/
class Markdown
{
{
/**
* convert
*