apply method
Implementation
@override
Future<String> apply(String content, Map<String, dynamic> context) async {
// This directive is handled by the loop directives
// For now, just remove the directive
return content.replaceAll(_breakRegex, '');
}