gitbook build 失敗 - Linux

Table of Contents

https://github.com/looly/python-basic

我想編譯出html

gitbook build 出現

Template render error: unknown block tag: end (In file '300/312.md', Line 96,
Column 10) 錯誤訊息

{% for element in info %}
<p>{{element}}</p>
{% end %}


96行是 {% end %} 請問這語法是要安裝什麼gitbook plugin 才能支援?

謝謝


--

All Comments