View Source GenLSP.Enumerations.NotebookCellKind (gen_lsp v0.10.0)
A notebook cell kind.
@since 3.17.0
Link to this section Summary
Link to this section Types
@type t() :: 1 | 2
Link to this section Functions
@spec code() :: 2
A code-cell is source code.
@spec markup() :: 1
A markup-cell is formatted source that is used for display.