• Constructor
    • ]] – instantiates a new Text_Wiki object
  • Parse and render
    • ]] – Parses text and returns in a rendered format
    • ]] – Parses text according to rules and tokenizes the source
    • ]] – Renders parsed source text into an output format
  • Rule-set management
    • ]] – Adds a rule to the set
    • ]] – Removes a rule from the set
    • ]] – Changes from one rule to another in place within the set
    • ]] – Enables a rule in-place
    • ]] – Disables a rule in-place
  • Configuration management
    • Parse
      • ]] – Sets the configuration for a parse rule
      • ]] – Gets the configuration for a parse rule
    • Format
      • ]] – Sets the configuration for how a format is pre- and post-rendered
      • ]] – Gets the configuration for how a format is pre- and post-rendered
    • Render
      • ]] – Sets the configuration for how a rule is in rendered in a specific format
      • ]] – Gets the configuration for how a rule is in rendered in a specific format
  • Path management for user-defined rules
    • ]] – Adds a directory to the path for user-defined parse, format, or render classes
    • ]] – Gets the path directories for user-defined parse, format, or render classes
  • Other methods
    • ]] – Gets the parsed source text with delimited token markers
    • ]] – Gets the tokens parsed out of the source text