标题
三级标题
#空格+文字
字体
hello,world!两星号加粗**
hello,world!一个星号斜体*
hello,world!三星号斜体加粗***
hello,world!两个波浪号~
引用
'>加空格'引用
分割线
三个星或三个杠
图片
感叹号加[ 文字]加(地址)
超链接
列表
-
a
-
1+'.'+空格
-
减号空格
-
a
-
1+“.”空格
表格
名字 | 性别 | 年龄 |
---|---|---|
zhangdan | nan | 15 |
代码
print('我的姓名是:',name) age=int(input('请输入您的年龄:')) print('我的年龄是:',age) motto=input('您的座右铭是:') print('我的座右铭是:',motto) ```+语言
标签:空格,Markdown,斜体,学习,超链接,print,world,hello From: https://www.cnblogs.com/xwtx99/p/16727563.html