1 Star 0 Fork 0

苏生不惑/bootstrap markdown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
leadership-N.html 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
/_蛙 提交于 2014-01-21 23:16 . toolbar设置margin
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Leadership-N</title>
<script src="jquery/jquery-1.9.1.min.js"></script>
<script src="bootstrap3/bootstrap.min.js"></script>
<link rel="stylesheet" href="bootstrap3/bootstrap.css" />
<script src="markdown/markdown.js"></script>
<script src="markdown/markdown-editor-N.js"></script>
<script>
$(function() {
$('#markdown-editor').markdown();
});
</script>
</head>
<body>
<div id="main" class="container" style="margin-top: 20px;">
<div class="row">
<div class="col-md-7">
<form role="form">
<div class="form-group">
<label for="Content">Email address</label>
<textarea id="markdown-editor" class="form-control" rows="12"></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

搜索帮助