Notes: Enumeration not parsed properly when number is bold

Created on 19 Jan 2021  路  2Comments  路  Source: nextcloud/notes

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.

bug need to reproduce

All 2 comments

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
Was this page helpful?
0 / 5 - 0 ratings

Related issues

jancborchardt picture jancborchardt  路  6Comments

izuolan picture izuolan  路  7Comments

korelstar picture korelstar  路  3Comments

kees-closed picture kees-closed  路  7Comments

Magneticdud picture Magneticdud  路  3Comments