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
|
|
@ -18,6 +18,10 @@ impl Parseable for Item {
|
|||
fn render(&self) -> String {
|
||||
panic!("Items should only be rendered by a list's render method")
|
||||
}
|
||||
|
||||
fn flatten(&self) -> String {
|
||||
String::default()
|
||||
}
|
||||
}
|
||||
|
||||
impl Item {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue