View Source GenLSP.Enumerations.NotebookCellKind (gen_lsp v0.8.1)

A notebook cell kind.

@since 3.17.0

Link to this section Summary

Functions

A code-cell is source code.

A markup-cell is formatted source that is used for display.

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.