renderer 用的是 erb,本来想用 Maruku 转换 MD 为 HTML 再输出的,但是 render 把标签都按原样输出了,这样就没办法显示格式了?
raw @html
#1 楼 @dddd1919 谢谢,padrino 里没有 raw 方法,不过用了.html_safe 解决