module Asciidoctor::PDF::FormattedText::Markup::Cdata0

Public Instance Methods

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