blob: b02a55a5ce95ea83bdc6deb1e1232435bf09efa3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Test strong toggle.
---
// Basic.
*Strong!*
// Inside of words.
Partly str*ength*ened.
// Scoped to body.
#box[*Scoped] to body.
// Unterminated is fine.
*The End
|