# frozen_string_literal: true class MetadataMarkdownContent < MetadataContent # Renderizar a HTML def to_s CommonMarker.render_doc(value, %i[FOOTNOTES SMART], %i[table strikethrough autolink]).to_html end end