format abstract method

Format content according to style.

Implementation

Future<FormattedResponse> format(
  String content,
  ExpressionStyle style,
  RuntimeProfileContext context,
);