Skip to content

These children types are missing in AST #110

Description

@BlackGlory

ListItem:

export interface ListItem extends Parent {
type: 'list.item';
indent: number;
tag?: string;
}

Headline:

export interface Headline extends Parent {
type: 'headline';
level: number;
keyword?: string;
actionable: boolean;
priority?: string;
content: string;
tags?: string[];
}

Footnote:

export interface Footnote extends Parent {
type: 'footnote';
label: string;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions