Skip to content

Commit 993a12a

Browse files
Merge pull request #17 from weso/mermaid
_Blank sin <>
2 parents c92d8d6 + 6299dee commit 993a12a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function crearDiagramaUML(id, xmi, options) {
8181
//Añadir <> a los que carezcan de prefijo
8282
$( "#" + id + " .title" ).each(function( index ) {
8383
let contenido = $(this).text();
84-
if(contenido === "Prefixes" || contenido.includes(":"))
84+
if(contenido === "Prefixes" || contenido.includes(":") || contenido.includes("_Blank"))
8585
return;
8686
$(this).text("<" + contenido + ">")
8787
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shumlex",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "ShEx - Uml integration",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)