zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

text.ex (158B)


      1 defmodule EarmarkParser.Block.Text do
      2   @moduledoc false
      3   defstruct attrs: nil, lnb: 0, annotation: nil, line: ""
      4 end
      5 #  SPDX-License-Identifier: Apache-2.0