Skip to content

Commit

Permalink
docs: test posts
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Mar 2, 2018
1 parent 48f7b64 commit 51ba6b4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 29 deletions.
2 changes: 1 addition & 1 deletion test/_posts/2015-01-03-article-with-lots-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ tags:
- αβγδ
- ÁÀÂÄÃĄÆ
- あいうえお
- 😂🤣👻👽
- ®☃︎⌘✉︎
- 😂🤣👻👽
---

Article With Lots Tags.
10 changes: 10 additions & 0 deletions test/_posts/2015-01-06-title-with-punctuation-characters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: 'Test - ~`!@ #$%^ &*() -=_+ []{} \|;: ,.<> ?/''" αβγδ ÁÀÂÄÃĄÆ あいうえお ®☃︎⌘✉︎ 😂🤣👻👽'
key: 20150103
tags:
- Test
- English
---

Title with punctuation characters, symbols and emojis.
42 changes: 14 additions & 28 deletions test/_posts/2017-08-08-additional-styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,70 +40,56 @@ Error Text.

### Border

![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_border")
{:.border}
![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_border"){:.border}

**markdown:**

![Lenna](path-to-image.jpg)
{:.border}
![Lenna](path-to-image.jpg){:.border}

### Shadow

![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_shadow")
{:.shadow}
![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_shadow"){:.shadow}

**markdown:**

![Lenna](path-to-image.jpg)
{:.shadow}
![Lenna](path-to-image.jpg){:.shadow}

### Rounded

![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_rounded")
{:.rounded}
![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_rounded"){:.rounded}

**markdown:**

![Lenna](path-to-image.jpg)
{:.rounded}
![Lenna](path-to-image.jpg){:.rounded}

### Circle

![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_circle")
{:.circle}
![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_circle"){:.circle}

**markdown:**

![Lenna](path-to-image.jpg)
{:.circle}
![Lenna](path-to-image.jpg){:.circle}

### Mixture

![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_border+rounded")
{:.border.rounded}
![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_border+rounded"){:.border.rounded}

**markdown:**

![Lenna](path-to-image.jpg)
{:.border.rounded}
![Lenna](path-to-image.jpg){:.border.rounded}

<br/>

![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_circle+shadow")
{:.circle.shadow}
![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_circle+shadow"){:.circle.shadow}

**markdown:**

![Lenna](path-to-image.jpg)
{:.circle.shadow}
![Lenna](path-to-image.jpg){:.circle.shadow}

<br/>

![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_circle+border+shadow")
{:.circle.border.shadow}
![Lenna](//ww1.sinaimg.cn/large/73bd9e13ly1fof1u4iaorj2074074gp3.jpg "Lenna_circle+border+shadow"){:.circle.border.shadow}

**markdown:**

![Lenna](path-to-image.jpg)
{:.circle.border.shadow}
![Lenna](path-to-image.jpg){:.circle.border.shadow}

0 comments on commit 51ba6b4

Please sign in to comment.