随笔分类 -  Markdown

摘要:```javascriptfunction syntaxHighlighting() { var n = 33; var s = "hello, こんにちは"; console.log(s);}```* plain* *emphasis* * **strong emphasis** * ~~strikethrough~~* `inline code`1. Numbered list ... 阅读全文
posted @ 2016-08-17 10:37 lshconfigure 阅读(120) 评论(0) 推荐(0)