Skip to content

Commit

Permalink
跟新测试例子...
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 4, 2015
1 parent fde13fc commit 4dfd283
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,32 @@
<link rel="stylesheet" type="text/css" href="../themes/default/css/MDEditor.min.css">
</head>
<body>
<div id="mdeditor" class="mdeditor"></div>
<div id="mdeditor" class="mdeditor">

23232332ddddssss
-------

# baidu

## google


@@@@@


| header 1 | header 2 |
| -------- | -------- |
| cell 1 | cell 2 |
| cell 3 | cell 4 |


```js
function test(){
alert('123')
}
```

</div>
<script type="text/javascript">
var mde = new MDEditor({
id:"#mdeditor",
Expand Down

0 comments on commit 4dfd283

Please sign in to comment.