Skip to main content
OwnDocs

Text Formatting

1 min readStableBeginner

Standard Markdown bold and italic are fully supported, along with GFM strikethrough.

Quick Start

Bold and italic.

Bold text and italic text.

Adding Options

Strikethrough and combined formatting.

Strikethrough for deprecated content, and bold and italic combined.

Advanced

All formats in one sentence.

Use bold for emphasis, italic for subtle emphasis, strikethrough for removed content, and bold italic for strong combined emphasis.

Options

**text**marker

Bold.

_text_marker

Italic.

~~text~~marker

Strikethrough.

Was this page helpful?