July 16, 2026 · Factory News

Hello from the Content Factory

A small post used to prove Markdown, media, taxonomy, and REST syncing.

Markdown becomes WordPress content

This paragraph includes bold, italic, strikethrough, inline code, and a link to WordPress.

The local Markdown file remains the source used for intentional updates.

A two-by-two table

Local WordPress
Markdown HTML
Relative image Media Library URL

Lists

  • A normal bullet
  • A second bullet
    • A nested bullet
  1. Lint
  2. Preview
  3. Push
  4. Verify

Image

Diagram showing Markdown moving from VS Code into WordPress

Code

print("WordPress content, without opening wp-admin")
Term with a definition
Definition lists are supported by the renderer.

Footnotes work too.[1]


  1. The generated HTML is sent through the core REST API. ↩︎