Welcome to StackEdit!{#welcome} ===================== Hello, I am your first Markdown document within **StackEdit**[^stackedit]. Don't delete me, I can be helpful. I can be recovered anyway in the `Utils` tab of the <i class="icon-cog"><…
这是一遍备忘录,当忘记Markdown的语法的时候,就到这里来参照. 第一部分是markdown的语法,紧接着就是该语法的效果. 代码语法高亮 ```javascript function syntaxHighlighting() { var n = 33; var s = "你好,小春"; console.log(s); } ``` function syntaxHighlighting() { var n = 33; var s = "你好,小春"; conso…