# RDoc::Text - ri - phpman

= [**RDoc::Text**](https://www.chedong.com/phpMan.php/perldoc/RDoc%3A%3AText/markdown)

(from gem rdoc-7.2.0)
------------------------------------------------------------------------
## Methods for manipulating comment text
------------------------------------------------------------------------
= **Constants:**

MARKUP_FORMAT:
### Maps markup formats to classes that can parse them.  If the format is
  unknown, "rdoc" format is used.

SPACE_SEPARATED_LETTER_CLASS:
### Character class to be separated by a space when concatenating lines.

TO_HTML_CHARACTERS:
### Maps an encoding to a Hash of characters properly transcoded for that
  encoding.

### See also encodefallback.


= **Class methods:**

  encode_fallback

= **Instance methods:**

  decode_legacy_label
  expand_tabs
  flush_left
  language
  markup
  normalize_comment
  parse
  snippet
  strip_hashes
  strip_newlines
  strip_stars
  to_anchor
  to_html
  to_html_characters
  wrap

= **Attributes:**

  attr_accessor language

