DATOS GENERALES
NOMBRES: RENATO ANDRÉS
APELLIDOS: PASTOR GALLEGOS
E-mail: pastor@colegiopaulofreire.org
ESTUDIOS REALIZADOS
SUPERIOR: Politécnico Di Torino
TÍTULO OBTENIDO: Ingeniería Mecánica
EXPERIENCIA LABORAL:
${escapeHtml(code.trim())}`;
});
// Inline code (`code`)
html = html.replace(/`([^`]+)`/g, '$1');
// Bold (**text** or __text__)
html = html.replace(/\*\*(.+?)\*\*/g, '$1');
html = html.replace(/__(.+?)__/g, '$1');
// Italic (*text* or _text_)
html = html.replace(/\*(.+?)\*/g, '$1');
html = html.replace(/_(.+?)_/g, '$1');
// Strikethrough (~~text~~)
html = html.replace(/~~(.+?)~~/g, '$1'); // Unordered lists html = html.replace(/^\*\s+(.+)$/gm, '
${para.replace(/\n/g, '
')}