Skip to content

Commit

Permalink
更换为MarkdownExtraExtended解析引擎
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Oct 11, 2014
1 parent 25f5e34 commit 04b1ef8
Show file tree
Hide file tree
Showing 5 changed files with 6,272 additions and 17 deletions.
2 changes: 1 addition & 1 deletion admin/editor-js.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('__TYPECHO_ADMIN__')) exit; ?>
<?php $content = !empty($post) ? $post : $page; if ($options->markdown): ?>
<script src="<?php $options->adminStaticUrl('js', 'pagedown.js?v=' . $suffixVersion); ?>"></script>
<script src="<?php $options->adminStaticUrl('js', 'stmd.js?v=' . $suffixVersion); ?>"></script>
<script src="<?php $options->adminStaticUrl('js', 'markdown-extra-extended.js?v=' . $suffixVersion); ?>"></script>
<script src="<?php $options->adminStaticUrl('js', 'diff.js?v=' . $suffixVersion); ?>"></script>
<script>
$(document).ready(function () {
Expand Down
Loading

0 comments on commit 04b1ef8

Please sign in to comment.