Markdown常用语句

页首设置1

---
layout: post
title: "Markdown常用语句"
date: 2019-03-09
tag: github
---

插入图片

单个显示:

<img src="/images/posts/文件夹/图片名字.JPG" height="300" width="400" > 
<img src="/images/posts/文件夹/图片名字.JPG" height="40%" width="40%" >

并排居中显示:

<div align="center">
<img src="/images/posts/travel2018/oslo1.JPG" height="40%" width="40%" alt="aa" >
<img src="/images/posts/travel2018/oslo2.JPG" height="40%" width="40%" alt="bb" >
</div>

插入链接

直接插入:

<https://网站地址/>

跳转链接:

<a href="https://https://wwmore.github.io/"  target="_blank">跳到博客首页</a>

效果: 跳到博客首页

插入代码

```Python
   代码内容
```

改变字体

**加粗字体**
*倾斜字体*
- 标记 句首序列黑点

参考链接: https://www.markdownguide.org/basic-syntax/ https://www.markdownguide.org/basic-syntax/

  1. 在符号>后面添加5个空格实现下面显示