1 Star 0 Fork 0

苏生不惑/bootstrap markdown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
leadership.html 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
/_蛙 提交于 2014-01-21 21:46 . 处理弹出层表格
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Leadership</title>
<script src="jquery/jquery-1.9.1.min.js"></script>
<script src="bootstrap2/bootstrap.min.js"></script>
<link rel="stylesheet" href="bootstrap2/bootstrap.css" />
<script src="markdown/markdown.js"></script>
<script src="markdown/markdown-editor.js"></script>
<script>
$(function() {
$('#markdown-editor').markdown();
});
</script>
</head>
<body>
<div id="main" class="container" style="margin-top: 20px;">
<div class="row">
<div class="span7">
<form role="form">
<div class="form-group">
<label for="Content">Email address</label>
<textarea id="markdown-editor" rows="12" class="span7"></textarea>
</div>
</form>
</div>
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/susheng/bootstrap-markdown.git
git@gitee.com:susheng/bootstrap-markdown.git
susheng
bootstrap-markdown
bootstrap markdown
master

搜索帮助