File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ line: `// escaped comment`
4747line: `[a]escaped markup[/a]`
4848
4949line: `Character: Here is a line with a character`
50- line: `Character\ : Here is a line without a character`
50+ line: `Character: Here is a line without a character`
5151
5252stop
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Ordinal: [ordinal value={$ord} one="one" two="two" few="few" many="many" other="
4747<<set $ord to 1>>
4848
4949// Value insertion
50- [select value={$gender} male="male: %" female="female: %" other="other: %"/]
50+ [select value={$gender} male="male\ : %" female="female\ : %" other="other\ : %"/]
5151
5252<<set $race_position = 3>>
5353Mae: Wow, I came [ordinal value={$race_position} one="%st" two="%nd" few="%rd" other="%th"/]!
You can’t perform that action at this time.
0 commit comments