VN Tourism

Tips & Planning

Blog Style Guide — Every Text Editor Case

Heading Level 1

Heading Level 2

Heading Level 3

Heading Level 4

Heading Level 5
Heading Level 6

This is a standard paragraph of body text. This text is bold (strong). This text is italic (em). This is bold and italic combined. Here is an inline hyperlink for testing link styles.


Unordered List

  • First top-level item
  • Second item with children
    • Nested item one
    • Nested item two
      • Deeply nested item
  • Third item

Ordered List

  1. Step one
  2. Step two with sub-steps
    1. Sub-step A
    2. Sub-step B
  3. Step three

Travel is the only thing you buy that makes you richer. — Anonymous

Images

Full-width Image

Ananda Palace full width
Full-width image with caption — Ananda Palace in the Himalayas

Left-aligned Image

Left aligned image
Left-aligned image

Text wrapping alongside a left-aligned image. The image floats to the left while this paragraph fills the available space to the right. This tests the prose layout float handling for left-aligned media. It should wrap gracefully at all viewport sizes.


Right-aligned Image

Right aligned image
Right-aligned image

Text wrapping alongside a right-aligned image. The image floats to the right while this paragraph fills the available space to the left. This tests the prose layout float handling for right-aligned media. It should wrap gracefully at all viewport sizes.


Gallery — 2 Images

Gallery — 3 Images

Table

Destination Duration Best Season Activity Level
Ananda, Himalayas 7–14 days March–June, Sep–Nov Moderate
Rishikesh, India 3–7 days Year-round All levels
Kerala, India 5–10 days Nov–Feb Relaxed

Code

Inline code example: const wellness = "travel";

// Pre-formatted code block
function planRetreatingTrip(destination) {
  return {
    destination: destination,
    duration: "7 days",
    focus: "wellness"
  };
}

Conclusion

This kitchen-sink article covers every WYSIWYG editor case from headings to code blocks, ensuring the article prose stylesheet handles all content types gracefully.

Share article