module Asciidoctor::Pdf::FormattedText::Markup::Cdata0

Public Instance Methods

content() click to toggle source
# File lib/asciidoctor-pdf/formatted_text/parser.rb, line 735
def content
  { type: :text, value: text_value }
end