blob: 772e15abf143bb33d941cc264292a87812a1c409 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Test emphasis toggle.
---
// Basic.
_Emphasized!_
// Inside of words.
Partly em_phas_ized.
// Scoped to body.
#box[_Scoped] to body.
// Unterminated is fine.
_The End
|