如题,markdown 里写的是
<h3 ng-bind-template='{{ m.Title }}'></h3>
jekyll build后就成了
jekyll build
<h3 ng-bind-template=''></h3>
试了下smart, strict 这些 extensions 也不行怎么办... 求助...
smart
strict
{% raw %} <h3 ng-bind-template='{{ m.Title }}'></h3> ... {% endraw %}
非常感谢,已经解决了我的问题~~