Test

Two

Three

Four

Five
Six

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed vitae nisi eget nunc ultricies aliquam. Nulla facilisi. Sed euismod, nisl eget ultricies ultricies, nisl nisl aliquam nisl, quis aliquam nisl nisl eget nisl.

Testing other scripts

Arabic: نص بالعربي

Armenian: Հայերեն տեքստ

Balinese: ᬧᬲᬃᬦᬃ ᬓᬲᬓᬲ

Bengali: বাংলা টেক্সট

Burmese: မြန်မာစာ

Cyrillic: Македонски текст

Cuneiform: 𒀭𒆗𒀳𒀭𒁇𒀀𒈾𒀀

Chinese, Simplified: 简体中文

Chinese, Traditional: 繁體中文

Devanagari: हिन्दी में टेक्स्ट

Ethiopic: የአማርኛ ጽሑፍ

Greek: Ελληνικό κείμενο

Hebrew: טקסט בעברית

Japanese: 日本語のテキスト

Javanese: ꦥꦿꦚꦠꦤ꧀ꦲꦸꦩꦸꦩ꧀ꦔꦼꦤꦤ

Kawi: 𑼡𑼪𑼒𑽎

Korean: 한국어 텍스트

Linear B: 𐀴𐀪𐀡𐀆𐄀𐁁𐀐𐀄𐄀𐀐𐀩𐀯𐀍𐄀𐀸𐀐 𐃠

Nastaliq: نستعلیق

Syriac: ܠܫܢܐ ܠܫܢܐ

Sundanese: ᮘᮞ ᮞᮥᮔ᮪ᮓ ᮞᮥᮔ᮪ᮓ

Tamil: தமிழ் உரை

Tibetan: བོད་སྐད་ཡིག་གཟུགས།

Thai: ข้อความภาษาไทย

Centered text.

Blockquote

Code snippet example

code inline example

Example for a link

Badges

Version6.6.6

Boxes

There may be pirates

It is all about the boxes.

There may be corsairs

But it’s all about the boxes.

Buttons

Get Hugo

Children

    Expand

    Thank you!

    Highlight

    #!/usr/bin/env python
    """Test file for Python syntax highlighting in editors / IDEs.
    Meant to cover a wide range of different types of statements and expressions.
    Not necessarily sensical or comprehensive (assume that if one exception is
    highlighted that all are, for instance).
    Extraneous trailing whitespace can't be tested because of svn pre-commit hook
    checks for such things.
    """
    # Comment
    # OPTIONAL: XXX catch your attention
    # TODO(me): next big thing
    # FIXME: this does not work
    
    # Statements
    from __future__ import with_statement  # Import
    from sys import path as thing
    
    print(thing)
    
    assert True  # keyword
    
    
    def foo():  # function definition
        return []
    
    
    class Bar(object):  # Class definition
        def __enter__(self):
            pass
    
        def __exit__(self, *args):
            pass
    
    foo()  # UNCOLOURED: function call
    while False:  # 'while'
        continue
    for x in foo():  # 'for'
        break
    with Bar() as stuff:
        pass
    if False:
        pass  # 'if'
    elif False:
        pass
    else:
        pass
    
    # Constants
    'single-quote', u'unicode'  # Strings of all kinds; prefixes not highlighted
    "double-quote"
    """triple double-quote"""
    '''triple single-quote'''
    r'raw'
    ur'unicode raw'
    'escape\n'
    '\04'  # octal
    '\xFF'  # hex
    '\u1111'  # unicode character
    1  # Integral
    1L
    1.0  # Float
    .1
    1+2j  # Complex
    
    # Expressions
    1 and 2 or 3  # Boolean operators
    2 < 3  # UNCOLOURED: comparison operators
    spam = 42  # UNCOLOURED: assignment
    2 + 3  # UNCOLOURED: number operators
    []  # UNCOLOURED: list
    {}  # UNCOLOURED: dict
    (1,)  # UNCOLOURED: tuple
    all  # Built-in functions
    GeneratorExit  # Exceptions

    Include

    Cannot call other shortcodes inside this

    Allspice, also known as pimento and Jamaica pepper, refers to the dried unripe fruits of a tropical evergreen tree growing in the Caribbean: the Pimenta dioica. The dried berries are dark brown, hard to the touch, and 4–6 mm in diameter (thus larger than black pepper). Their signature crown is by a small ring of the calyx {{< cite vanwyk_2014_culinary >}}.

    Icons

    Spices

    Herbs

    Incense

    Perfume

    Resources

    Attachments

    Mermaid

    pie title Spice names by language
        "English" : 120
        "Arabic" : 90
        "Chinese" : 60
    

    Plotly

    Hugo Cite

    ( Citation: , (). Culinary herbs and spices of the world. University of Chicago Press, joint publication with the Royal Botanic Gardens, Kew. ) ( Citation: , , p. 210 (). Culinary herbs and spices of the world. University of Chicago Press, joint publication with the Royal Botanic Gardens, Kew. ) ( Citation: (). Culinary herbs and spices of the world. University of Chicago Press, joint publication with the Royal Botanic Gardens, Kew. )
    Wyk (2014)
    (). Culinary herbs and spices of the world. University of Chicago Press, joint publication with the Royal Botanic Gardens, Kew.

    SVG

    Image

    Saffron Saffron

    Missing

    Columns