hexo writing formulation Quote from Twitter Quote from other resource Quote an Image from default path Paragraph Unorder List Item Strongthen text Attach a link

This is a writing test for HEXO under the theme of material

  • Block without source
    {% blockquote %}
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.
        {% endblockquote %}
    

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque hendrerit lacus ut purus iaculis feugiat. Sed nec tempor elit, quis aliquam neque. Curabitur sed diam eget dolor fermentum semper at eu lorem.

  • Block with source
    {% blockquote David Levithan, Wide Awake %}
        Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.
        {% endblockquote %}
    

    Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.

Quote from Twitter

    {% blockquote @DevDocs https://twitter.com/devdocs/status/356095192085962752 %}
    NEW: DevDocs now comes with syntax highlighting. http://devdocs.io
    {% endblockquote %}

NEW: DevDocs now comes with syntax highlighting. http://devdocs.io

Quote from other resource

    {% blockquote Seth Godin http://sethgodin.typepad.com/seths_blog/2009/07/welcome-to-island-marketing.html Welcome to Island Marketing %}
    Every interaction is both precious and an opportunity to delight.
    {% endblockquote %}

Every interaction is both precious and an opportunity to delight.

Quote an Image from default path

{% asset_img example.png This is an example image %}

Paragraph

> This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
> consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
>
> > And Here is a nested quote block.
>
> Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
> 
> Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
> id sem consectetuer libero luctus adipiscing.

This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.

And Here is a nested quote block.

Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.

Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
id sem consectetuer libero luctus adipiscing.

Unorder List Item

*   This is a list item with two paragraphs.

    This is the second paragraph in the list item. You're
only required to indent the first line. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit.

*   Another item in the same list.

    > This is a quote.
  • This is a list item with two paragraphs.

    This is the second paragraph in the list item. You’re
    only required to indent the first line. Lorem ipsum dolor
    sit amet, consectetuer adipiscing elit.

  • Another item in the same list.

    This is a quote.

Strongthen text

*single asterisks*

_single underscores_

**double asterisks**

__double underscores__

single asterisks

single underscores

double asterisks

double underscores

Attach a link

[Cesare's Homepage](https://cesaremjli.github.io/)

Cesare’s Homepage