@Andre601 The handling of this is not going to change, as it’s according to the spec, see e.g. the commonmark.js dingus example. I would recommend formatting your list differently. E.g. you could put a space before the : - [#hidePlayersEnabled()] : `NullBool.NOT_SET` - [#hidePlayersEnabled()] : this line is visible Another option would be to escape the :: - [#hidePlayersEnabled()]\: `NullBool.NOT_SET` - [#hidePlayersEnabled()]\: this line is visible