From 37619a832472193dbe71476475f34f263bef36de Mon Sep 17 00:00:00 2001 From: kleper Date: Mon, 10 Dec 2018 10:59:54 -0500 Subject: [PATCH] Para que el mapa soporte markDown --- geojson.js.php | 1 + 1 file changed, 1 insertion(+) diff --git a/geojson.js.php b/geojson.js.php index 3ec03c6..61defb4 100644 --- a/geojson.js.php +++ b/geojson.js.php @@ -4,6 +4,7 @@ require ('xajax/xajax.inc.php'); $xajax = new xajax(); require ('funciones/funciones.php'); require ('funciones/convert.php'); +include ('librerias/parsedown/Parsedown.php'); require ("funciones/conex.php");