Feature: Support for list nodes #22
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
This should include support list container nodes (structure nodes) as well as list element nodes (inline nodes).
The parser should be able to create ordered and unordered nodes. List element nodes should call the
ParseInlinemethod to parse the content of the list element.Not sure if we should wrap the content in a paragraph, I think so.
Closed with merging of #30