2015-08-04 11:36:04 +08:00
|
|
|
<div class="code-box" id="{{post.meta.id|removeCodeBoxIdPrefix}}">
|
2015-05-18 17:45:08 +08:00
|
|
|
<div class="code-box-demo">
|
2015-07-23 12:17:54 +08:00
|
|
|
<div id="{{post.meta.id}}"></div>
|
2015-12-29 12:08:58 +08:00
|
|
|
<script>mountNode = document.getElementById('{{post.meta.id}}');</script>
|
2015-05-18 18:13:16 +08:00
|
|
|
{{ post.html }}
|
2015-05-18 17:45:08 +08:00
|
|
|
</div>
|
2015-06-26 18:40:30 +08:00
|
|
|
<div class="code-box-meta markdown">
|
2015-07-23 11:26:57 +08:00
|
|
|
<div class="code-box-title">
|
2015-08-04 11:36:04 +08:00
|
|
|
<a href="#{{post.meta.id|removeCodeBoxIdPrefix}}">{{ post.title }}</a>
|
2015-07-23 11:26:57 +08:00
|
|
|
</div>
|
2015-06-02 17:20:02 +08:00
|
|
|
{{ post.meta.description }}
|
2016-03-07 23:34:11 +08:00
|
|
|
<span class="collapse anticon anticon-circle-o-right" unselectable="none"></span>
|
2015-05-15 18:03:27 +08:00
|
|
|
</div>
|
2015-05-15 16:00:08 +08:00
|
|
|
</div>
|