Метка: formatting

Block category: Formatting

The formatting category includes the following blocks:

The code block starts with
<!-- wp:code -->
<?php echo 'Hello World'; ?>

The classic block can have almost anything in it.


a heading
The custom HTML block lets you put HTML that isn’t configured like blocks in it. (this div has a width of 45%)
The 

Читать далее →

Markup: HTML Tags and Formatting

Headings

Header one

Header two

Header three

Header four

Header five
Header six

Blockquotes

Single line blockquote:

Stay hungry. Stay foolish.

Multi line blockquote with a cite reference:

The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation

Читать далее →