Packages

Lift functions for working with multi-level nested lists

Current section

Files

Jump to
lift deps earmark_parser lib earmark_parser block heading.ex
Raw

deps/earmark_parser/lib/earmark_parser/block/heading.ex

defmodule EarmarkParser.Block.Heading do
@moduledoc false
defstruct lnb: 0, annotation: nil, attrs: nil, content: nil, level: nil
end
# SPDX-License-Identifier: Apache-2.0