Make anchors aware of the nodes they point to
This commit is contained in:
parent
eb96b456ef
commit
3fa399c317
31 changed files with 366 additions and 230 deletions
|
|
@ -51,6 +51,10 @@ impl Parseable for List {
|
|||
|
||||
format!("\n<{tag}>\n{output}</{tag}>\n\n")
|
||||
}
|
||||
|
||||
fn flatten(&self) -> String {
|
||||
format!("[List: {} items]", self.items.len())
|
||||
}
|
||||
}
|
||||
|
||||
impl List {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue