mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Not rendering list properly #490
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iRowin02 on GitHub (Jan 7, 2022).
I'm trying to create a markdown editor which so far has gone pretty successful,
the only problem I have right now is that whenever I try to make a list.
This list doesn't properly show up. Even though when I check to inspect elements it does show up as a list.
My pipeline is as followed:
This is my input

This is how it shows when parsed

This is what it shows inside my inspect element

Yet I'm missing the dots that should be in front of this.