// Internal list of HTML entities for escaping. export default { '&': '&', '<': '<', '>': '>', '"': '"', "'": ''', '`': '`' };