markdown table theme

This commit is contained in:
life
2014-11-13 13:02:05 +08:00
parent b45e9eacb0
commit c0979be9f3
6 changed files with 77 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
{{end}}
</div>
<div class="desc" id="content">
<div class="desc {{if $.post.IsMarkdown }}markdown-content{{end}}" id="content">
{{if $.post.IsMarkdown }}
<div id="markdownContent" style="display: none">
<!-- 用textarea装html, 防止得到的值失真 -->