Actually the bug persists. This list:
- [quote:: Quote one.] — [author:: Author one]
- [quote:: Quote two.] — [author:: Author two]
Is redendered as:
- quote Quote one. — author Author one
- quote Quote one. — author Author one
But if we add another field as the first list item :
- [field:: foo]
- [quote:: Quote one.] — [author:: Author one]
- [quote:: Quote two.] — [author:: Author two]
The other fields will render fine:
- field foo
- quote Quote one. — author Author one
- quote Quote two. — author Author two