feat: block parsing
This commit is contained in:
parent
b2123d1acd
commit
27de7ee68c
10 changed files with 208 additions and 168 deletions
|
|
@ -160,6 +160,9 @@ impl Headline {
|
|||
pub fn planning(&self) -> Option<Planning> {
|
||||
support::child(&self.syntax)
|
||||
}
|
||||
pub fn properties(&self) -> Option<PropertyDrawer> {
|
||||
support::child(&self.syntax)
|
||||
}
|
||||
pub fn headlines(&self) -> AstChildren<Headline> {
|
||||
support::children(&self.syntax)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue