diff --git a/CHANGELOG.md b/CHANGELOG.md index b0dcafa..f3a7421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.9.0 (March 19, 2018) + +- Add
,
, , , (thanks @jKratzik!). + # 0.8.0 (March 19, 2018) - Add test for HTML comments (thanks @ep00ch!). diff --git a/index.html b/index.html index c28d537..c6b07b0 100644 --- a/index.html +++ b/index.html @@ -18,8 +18,10 @@
  • @@ -78,17 +82,6 @@ -
    -

    Blockquotes

    -
    -
    -

    A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.

    -

    It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.

    - Said no one, ever. -
    -
    - -

    Lists

    @@ -112,6 +105,36 @@
    +
    +

    Blockquotes

    +
    +
    +

    A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.

    +

    It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.

    + Said no one, ever. +
    +
    + +
    +
    +

    Details / Summary

    +
    + Expand for details +

    Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum, odio! Odio natus ullam ad quaerat, eaque necessitatibus, aliquid distinctio similique voluptatibus dicta consequuntur animi. Quaerat facilis quidem unde eos! Ipsa.

    +
    + +
    +
    +

    Address

    +
    + Written by Jon Doe.
    + Visit us at:
    + Example.com
    + Box 564, Disneyland
    + USA +
    + +

    Horizontal rules

    @@ -279,6 +302,16 @@
    + +

    Form elements

    @@ -321,6 +354,10 @@

    +

    + + +

    [Top]

    @@ -397,6 +434,15 @@

    +

    + + + + +

    [Top]

    diff --git a/package.json b/package.json index 50e72e2..3514d6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html5-test-page", - "version": "0.8.0", + "version": "0.9.0", "description": "A page filled with common HTML elements to be used for testing purposes.", "main": "index.html", "scripts": {