Hay atención ADMINISTRATIVA de lunes a viernes de 8:30 am hasta las 14 pm
Pueden contactarse al 098 336 4959 (PAGO CON TARJETAS O INFORMACIÓN DE PAGOS) 098 457 8701 (INFORMACIÓN ADMINISTRATIVA), y al 099 881 2106 (PAGOS Y SERVCIO DE SECRETARÍA).
${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, '
')}