代码拉取完成,页面将自动刷新
同步操作将从 LunarSF/Lunar Markdown Editor 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!doctype html>
<html lang="zh-cn">
<!-- saved from url=(0016)http://localhost -->
<head>
<meta charset="{encoding}">
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>{title}</title>
<meta name="description" content="{description}">
<meta name="author" content="{author}">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="{revealPath}css/reveal.css">
<link rel="stylesheet" href="{revealPath}css/theme/black.css" id="theme">
<!-- LME css -->
<!--<link id='themeLink' rel="stylesheet" href="../../lesson_dark.css" type="text/css">-->
<link id='themeLink' rel="stylesheet" href="{lmeCssPath}" type="text/css">
<link id='themeLink' rel="stylesheet" href="{lmeCustomCssPath}" type="text/css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="{revealPath}lib/css/zenburn.css">
<!-- jQuery 1.7.0 -->
<script src="../../jquery-1.7.0.min.js"></script>
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '{revealPath}css/print/pdf.css' : '{revealPath}css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">{sections}</div>
</div>
<script src="{revealPath}lib/js/head.min.js"></script>
<script src="{revealPath}js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize(B;
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
B; src: '{revealPath}lib/js/classList.js', condition: function() B; return !document.body.classList; D; D;,
B; src: '{revealPath}plugin/markdown/marked.js', condition: function() B; return !!document.querySelector( '[data-markdown]' ); D; D;,
B; src: '{revealPath}plugin/markdown/markdown.js', condition: function() B; return !!document.querySelector( '[data-markdown]' ); D; D;,
B; src: '{revealPath}plugin/highlight/highlight.js', async: true, callback: function() B; hljs.initHighlightingOnLoad(); D; D;,
B; src: '{revealPath}plugin/search/search.js', async: true D;,
B; src: '{revealPath}plugin/zoom-js/zoom.js', async: true D;,
B; src: '{revealPath}plugin/notes/notes.js', async: true D;
]
D;);
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。