Returns formatted string representations of all examples.
List<String> getExamplesFormatted() => examples.map<String>((example) => format(example)).toList();