show markdown
parent
56b4ab43d9
commit
d5e9ee6103
|
@ -119,11 +119,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!--HeadomfEnd-->
|
<!--HeadomfEnd-->
|
||||||
<!--HeadmdStart-->
|
<!--HeadmdStart-->
|
||||||
<div class="mdui-typo mdui-shadow-3" style="padding: 20px;margin: 20px 0">
|
<div class="mdui-typo mdui-shadow-3 markdown" style="padding: 20px;margin: 20px 0">
|
||||||
<!--<div class="mdui-chip">
|
|
||||||
<span class="mdui-chip-icon"><i class="mdui-icon material-icons">face</i></span>
|
|
||||||
<span class="mdui-chip-title">HEAD.md</span>
|
|
||||||
</div>-->
|
|
||||||
<!--HeadmdContent-->
|
<!--HeadmdContent-->
|
||||||
</div>
|
</div>
|
||||||
<!--HeadmdEnd-->
|
<!--HeadmdEnd-->
|
||||||
|
@ -272,11 +268,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--ReadmemdStart-->
|
<!--ReadmemdStart-->
|
||||||
<div class="mdui-typo mdui-shadow-3" style="padding: 20px;margin: 20px 0">
|
<div class="mdui-typo mdui-shadow-3 markdown" style="padding: 20px;margin: 20px 0">
|
||||||
<!--<div class="mdui-chip">
|
|
||||||
<span class="mdui-chip-icon"><i class="mdui-icon material-icons">face</i></span>
|
|
||||||
<span class="mdui-chip-title">README.md</span>
|
|
||||||
</div>-->
|
|
||||||
<!--ReadmemdContent-->
|
<!--ReadmemdContent-->
|
||||||
</div>
|
</div>
|
||||||
<!--ReadmemdEnd-->
|
<!--ReadmemdEnd-->
|
||||||
|
@ -291,6 +283,8 @@
|
||||||
<!--ShowThumbnailsEnd-->
|
<!--ShowThumbnailsEnd-->
|
||||||
<!--IsFolderEnd-->
|
<!--IsFolderEnd-->
|
||||||
<!--ListEnd-->
|
<!--ListEnd-->
|
||||||
|
<!--MdRequireStart--><link rel="stylesheet" href="//unpkg.zhimg.com/github-markdown-css@3.0.1/github-markdown.css">
|
||||||
|
<script type="text/javascript" src="//unpkg.zhimg.com/marked@0.6.2/marked.min.js"></script><!--MdRequireEnd-->
|
||||||
<script>
|
<script>
|
||||||
<!--MorePageStart-->
|
<!--MorePageStart-->
|
||||||
function nextpage(num) {
|
function nextpage(num) {
|
||||||
|
@ -375,6 +369,9 @@
|
||||||
$(this).attr("data-order", sort_order_to).text("expand_" + sort_order_to);
|
$(this).attr("data-order", sort_order_to).text("expand_" + sort_order_to);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
document.querySelectorAll('.markdown').forEach(function (e) {
|
||||||
|
e.innerHTML = marked(e.innerHTML);
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue