Specification of a single mark type, such as bold or link.
Summary
Types
@type t() :: %Coelho.Schema.MarkSpec{ attrs: %{optional(atom()) => Coelho.Schema.Attr.t()}, name: atom(), parse: [Coelho.HTML.rule()], render: Coelho.Schema.NodeSpec.render() }