notedown_ast 0.14.13

Notedown Abstract Syntax Tree
Documentation
1
2
3
4
5
6
7
8
mod diagnostic;
mod toc;

use crate::{errors::DiagnosticLevel, traits::TocNode, NoteError};
use yggdrasil_shared::records::{
    lsp_types::{Diagnostic, DiagnosticSeverity, DiagnosticTag, DocumentSymbol, SymbolKind},
    LSPRange, TextIndex,
};