DATOS GENERALES
NOMBRES: PAOLA YAJAIRA
APELLIDOS: BRAVO HINOSTROZA
E-mail: pbravo@colegiopaulofreire.org
ESTUDIOS REALIZADOS
SUPERIOR: Instituto Técnico Superior "Libertad"
Instituto Superior Tecnológico "Cruz Roja Ecuatoriana"
TITULO OBTENIDO: Técnico Superior en Enfermería
Tecnología Superior en Emergencias Medicas
CURSO:
EXPERIENCIA
${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, '
')}