Consider this Markdown snippet:
**1.** Foo
**2.** Bar
It gets rendered as:
1. Foo 2. Bar
The enumeration is not being interpreted as such, however, in my opinion, it should be.
I'm afraid that this is no valid markdown according to the commonmark specification.
Never mind, I was confused. Obviously, it should be:
* **1.** Foo
* **2.** Bar