Audience: Beginner (no HTML/CSS/JS experience needed)

What this shows

Two different ways to format text in a passage — Markdown shorthand and raw HTML tags — plus a simple inline CSS style.

How it works

Using this in your own story

Full source

:: StoryData
{
	"ifid":"F1D16045-587C-4664-B5A7-E3E56D876740"
}

:: StoryTitle
Basic Text Formatting in Snowman

:: Start
This is **bold** text and this is *italic* text, written using Markdown.

This is <strong>bold</strong> and this is <em>italic</em>, written using raw HTML tags instead.

<span style="color: blue;">This sentence is styled blue using an inline CSS style attribute.</span>

Download the .twee file


← Previous: Basic Links & Multiple Endings · All examples · Next: Initializing Story Variables →