Issues with block-referencing nested lists

@Archie It is the same. Markdown lists are converted to html lists <ol> or <ul> which belong to html block elements. Lists as blocks can contain other blocks (list items). And I want block ID syntax that works in these nested scenarios with markdown’s elegance/conciseness.

2 Likes