Monday, October 28, 2013
Wednesday, October 23, 2013
Tuesday, October 15, 2013
Friday, October 11, 2013
Thursday, October 10, 2013
Wednesday, October 9, 2013
BloggerでMarkdown
.markdown { width:100%; height:320px; overflow:scroll; display:none; } .showdown { }
<script src='[showdown.jsのURL]'/> <script src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'/> <script> $(function(){ var sd = new Showdown.converter() $('.markdown').replaceWith(function(){ return $('<div/>').html(sd.makeHtml(this.value)).addClass('showdown') }).show(); }); </script>
<textarea class="markdown" disabled="disabled"> ###見出し - リスト1 - リスト2 - リスト3 [link](http://dummy/) </textarea>
Subscribe to:
Posts (Atom)