Used to map characters to HTML entities.
final htmlEscapes = { '&': '&', '<': '<', '>': '>', '"': '"', "'": ''' };