Skip to content

Commit

Permalink
Add examples of long list items, 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jun 15, 2021
1 parent e7fec19 commit 262dd4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.0.8: 2021-06-15

* Add examples of long list items

### 0.0.7: 2021-05-29

* Fix demo content heading margin
Expand Down
4 changes: 2 additions & 2 deletions air-light-demo-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Plugin URI: https://github.com/digitoimistodude/air-light-demo-content
* Description: Provides the demo CSS and Gutenberg block for Air-light starter theme as presented in airwptheme.com/demo.
* Version: 0.0.6
* Version: 0.0.8
* Author: Digitoimisto Dude Oy
* Author URI: https://www.dude.fi
* Requires at least: 5.0
Expand All @@ -17,7 +17,7 @@
* @Author: Timi Wahalahti
* @Date: 2021-05-17 13:27:24
* @Last Modified by: Roni Laukkarinen
* @Last Modified time: 2021-05-18 09:21:42
* @Last Modified time: 2021-06-15 09:29:42
*
* @package air-light
*/
Expand Down
6 changes: 3 additions & 3 deletions block-demo-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @Author: Timi Wahalahti
* @Date: 2021-05-17 13:34:52
* @Last Modified by: Roni Laukkarinen
* @Last Modified time: 2021-05-28 10:15:00
* @Last Modified time: 2021-06-15 09:27:49
*
* @package air-light
*/
Expand Down Expand Up @@ -127,8 +127,8 @@
<!-- wp:list -->
<ul>
<li>This is ul list item</li>
<li>This is ul list item</li>
<li>This is ul list item</li>
<li>This is a long ul list item. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam iaculis fringilla purus, sed feugiat mauris tincidunt ut. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Morbi mauris risus, auctor vel congue et, euismod non mauris.</li>
<li>This is even longer list item with links in it. <a href="https://www.google.com">External link</a> lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam iaculis fringilla purus, sed feugiat mauris tincidunt ut. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Morbi mauris risus, <a href="https://airwptheme.com/demo">internal link</a> vel congue et, euismod non mauris.</li>
</ul>
<!-- /wp:list -->

Expand Down

0 comments on commit 262dd4b

Please sign in to comment.