ARTICLE-TEXT (nwp/article-text)

Code: https://github.com/Bacardi/epam_dev_wp-platform/blob/DXP-2316–brackla-main/wp-content/plugins/nwp-fse-blocks/blocks/article-text/block.json

TODO


This demo content is intended for testing typography and basic HTML elements in the Gutenberg editor.

H1 First level heading

H2 Second level heading

H3 Third level heading

H4 Fourth level heading

H5 Fifth level heading
H6 Sixth level heading

A regular paragraph for testing base typography. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

A paragraph with bold text, italic text, bold italic, strikethrough, and inline code.

A paragraph with
line breaks
inside the text.

Unordered List
  • Bullet item
  • Second item
    • Nested item
    • Nested item
  • Third item
Ordered List
  1. First item
  2. Second item
    1. Nested item
    2. Nested item
  3. Third item

This is an example of a quote. The second line of the quote.

Column 1Column 2Column 3
CellCellCell
CellCellCell
CellCellCell
CellCellCell

Inline link: example.com

<?php
function example_function( $value ) {
	if ( empty( $value ) ) {
		return null;
	}

	return esc_html( $value );
}
Preformatted text
    with indentation
and line breaks

Small text Highlighted text


This is a pullquote block used to highlight important text.

Author name
Header AHeader B
CellCell
CellCell
Table caption example
Details block summary

Details block content

This is a verse block.
Line breaks are preserved.
Spacing matters.

This is a standard blockquote.

Source