Skip to content

zengxiangliang/Markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

©

AT&T

This is an H1

This is an H2

我是加粗

我是斜体

我是删除

++我是下划线++

==我是带有背景颜色的文字==

我是H1

我是H2

我是H3

我是H4

我是H5
我是H6

我是引用

  • 我是第一个li
  • 我是第二个li
  • 我是第三个li
  • 我的无序列表
  • 我的无序列表
  • 我的无序列表
  • 我的无序列表
  • 我的无序列表
  • 我的无序列表
  • 我的无序列表
  1. Bird
  2. McHale
  3. Parish
  • Bird

  • Magic

  • This is a list item with two paragraphs.

    This is the second paragraph in the list item. You're only required to indent the first line. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.

  • Another item in the same list.

This is an example reference-style link.

*literal asterisks*

  1. 我是ol下的li
  2. 我是ol下的li
  • 我的checkbox,没选中我
  • 我是checkbox,我被选中了

我是链接

我的头像

function aa(){
    console.log(aaa);
}
.page{
    width:100px;
    height:100px;
    background:#555;
}
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>ajax</title>
</head>
<body>
	<ul></ul>
	<script type="text/javascript" src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
	<script type="text/javascript">
		$(function() {
			$.getJSON("https://www.f2ehacker.com/demo/json/json01.json",
				function(data) {
					$.each(data, function(i, data) {
						$('ul').append('<li>' + '姓名:' + data[i].name + ';电话:' + data[i].phone + ';</li>')
					});
				}, 'json'
			);
		});
	</script>
</body>
</html>
name phone arddess
曾祥良 15773060299 上海市
欧阳灵芝 15773060299 上海市
$$L=v*s$$ $$E = a^2$$
graph LR
A-->B
graph LR
C-->D

sequenceDiagram
A->>B: How are you?
B->>A: Great!
gantt
dateFormat YYYY-MM-DD
section S1
T1: 2014-01-01, 20d
section S2
T2: 2014-01-11, 9d
section S3
T3: 2014-01-02, 9d

Markdown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published