use crateinterpret_escapes;
/// Resolve the final plain text to be rendered.
///
/// Applies escape sequence interpretation unless:
/// - The input is from a script (`--script`)
/// - Or `--no-escape` is explicitly set
///
/// Supports sequences like:
/// - `\\n` → newline
/// - `\\t` → tab
/// - `\\r` → carriage return
///
/// Returns the processed or raw string, depending on context.
pub