4 Star 6 Fork 4

/_蛙 / bootstrap markdown

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Bootstrap-Markdown

本项目是一个基于Bootstrap开发的一个Markdown编辑器。本项目是在https://github.com/michaelliao/bootstrap.git基础上的改进版,旧项目支持Bootstrap2.x,新版支持Bootstrap3.x

使用示例

$(function() {
    $('#markdown-editor').markdown();
});

<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>

定制

可以修改markdown-editor-N文件进行私有化定制,在新版中有详尽的注释。项目本身极易扩展。

Demo

leadership.html和leadership-N.html分别对应旧版和新版编辑器示例

空文件

简介

一个基于Bootstrap3.x样式的Markdown编辑器 展开 收起
CSS
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
CSS
1
https://gitee.com/tyk/bootstrap-markdown.git
git@gitee.com:tyk/bootstrap-markdown.git
tyk
bootstrap-markdown
bootstrap markdown
master

搜索帮助