Markdown 个人学习笔记

当然很多是不能使用的

生成目录

输入 [TOC]

字体颜色和大小

我是黑体字
我是黑体字
我是微软雅黑
我是微软雅黑
我是华文彩云
我是华文彩云
color=#0099ff size=72 face="黑体"
color=#0099ff size=72 face="黑体"
color=#00ffff
color=#00ffff
color=gray
color=gray

设置背景颜色

背景色是:orange

背景色是:orange

网络连接以及网络图片

This link has no title attribute.
![这里写图片描述](http://img3.douban.com/mpic/s1108264.jpg)

Markdown 个人学习笔记_第1张图片
这里写图片描述

输入长段代码

$(document).ready(function () {
    alert('hello world');
});

支持的语言:1c, abnf, accesslog, actionscript, ada, apache, applescript, arduino, armasm, asciidoc, aspectj, autohotkey, autoit, avrasm, awk, axapta, bash, basic, bnf, brainfuck, cal, capnproto, ceylon, clean, clojure, clojure-repl, cmake, coffeescript, coq, cos, cpp, crmsh, crystal, cs, csp, css, d, dart, delphi, diff, django, dns, dockerfile, dos, dsconfig, dts, dust, ebnf, elixir, elm, erb, erlang, erlang-repl, excel, fix, flix, fortran, fsharp, gams, gauss, gcode, gherkin, glsl, go, golo, gradle, groovy, haml, handlebars, haskell, haxe, hsp, htmlbars, http, hy, inform7, ini, irpf90, java, javascript, json, julia, kotlin, lasso, ldif, leaf, less, lisp, livecodeserver, livescript, llvm, lsl, lua, makefile, markdown, mathematica, matlab, maxima, mel, mercury, mipsasm, mizar, mojolicious, monkey, moonscript, n1ql, nginx, nimrod, nix, nsis, objectivec, ocaml, openscad, oxygene, parser3, perl, pf, php, pony, powershell, processing, profile, prolog, protobuf, puppet, purebasic, python, q, qml, r, rib, roboconf, rsl, ruby, ruleslanguage, rust, scala, scheme, scilab, scss, smali, smalltalk, sml, sqf, sql, stan, stata, step21, stylus, subunit, swift, taggerscript, tap, tcl, tex, thrift, tp, twig, typescript, vala, vbnet, vbscript, vbscript-html, verilog, vhdl, vim, x86asm, xl, xml, xquery, yaml, zephir

用于强调的语法

*.......* 表示为斜体强调 ’我的爱,明明还在’ 强调之后 我的爱,明明还在

*.......* 粗体强调 ‘表示为粗体强调 我的爱,明明还在 强调之后 我的爱,明明还在

标记

符号 `` 用于
例如 “我的爱” 标记后 "我的爱"

引用

要引用他人的文章等,只要在文字前加 > 即可。
效果

朝辞白帝彩云间

千里江陵一日还

两岸猿声啼不住

轻舟已过万成山

勾选

  • [ ] 不勾选
  • [x] 勾选

网页链接

文艺青年的选择

分割线

---

我是分割线上面部分

我是分割线下面 有点问题

数学符号

$$x^2 = 5$$

图片

帕西诺

居中


我的爱,明明还在

居右

我的爱,明明还在



我的爱,明明还在

数学

$$x^2 = 6$$

你可能感兴趣的:(Markdown 个人学习笔记)