}
private void addFormattersToContext(final Map<String, Object> context) {
Formatter formatter = new Formatter(issueTracking);
context.put("formatter", formatter);
context.put("formatted", new NumericalFormatter());
context.put("inflection", Inflector.getInstance());
context.put("relativeLink", relativeLink);
context.put("reportOptions", new ReportOptions(getEnvironmentVariables()));
}