Packages

Ndim provides a clean interface for working with n-dimensional nested lists in Elixir.

Current section

Files

Jump to
ndim deps earmark_parser lib earmark_parser block list.ex
Raw

deps/earmark_parser/lib/earmark_parser/block/list.ex

defmodule EarmarkParser.Block.List do
@moduledoc false
defstruct annotation: nil,
attrs: nil,
blocks: [],
lines: [],
bullet: "-",
indent: 0,
lnb: 0,
loose?: false,
pending: {nil, 0},
spaced?: false,
start: "",
type: :ul
end
# SPDX-License-Identifier: Apache-2.0