-
Bug
-
Resolution: Fixed
-
Medium
-
1.0 Release Candidate 6
-
None
Take the following page code:
- Bullet A
- Bullet B
- Bullet B Number 1
- Bullet B Number 2
- Bullet B Number 3
- Bullet C
When executed it gets very confused between what should be bulletted and what should be bolded. If you remove the bolding around "Number X" then it works fine.
Interestingly, if you replace "Number" with "#" [like follows] it works that out ok (and itterates the # litterally) but you still end up with the same kinda of mixed up output.
- Bullet A
- Bullet B
- Bullet B # 1
- Bullet B # 2
- Bullet B # 3
- Bullet C