diff --git a/ontospy/gendocs/media/templates/markdown/markdown_classinfo.md b/ontospy/gendocs/media/templates/markdown/markdown_classinfo.md index 4a9edc4..f1266cd 100755 --- a/ontospy/gendocs/media/templates/markdown/markdown_classinfo.md +++ b/ontospy/gendocs/media/templates/markdown/markdown_classinfo.md @@ -40,7 +40,7 @@ {{each.uri}} #### Description -{{each.bestDescription()|linebreaks|default("--")}} +{{each.bestDescription()|default("--")}} {% if each.ancestors() %} diff --git a/ontospy/gendocs/media/templates/markdown/markdown_conceptinfo.md b/ontospy/gendocs/media/templates/markdown/markdown_conceptinfo.md index 858a1d3..bba6296 100755 --- a/ontospy/gendocs/media/templates/markdown/markdown_conceptinfo.md +++ b/ontospy/gendocs/media/templates/markdown/markdown_conceptinfo.md @@ -40,7 +40,7 @@ {{each.uri}} #### Description -{{each.bestDescription()|linebreaks|default("--")}} +{{each.bestDescription()|default("--")}} {% if each.ancestors() %} diff --git a/ontospy/gendocs/media/templates/markdown/markdown_individualinfo.md b/ontospy/gendocs/media/templates/markdown/markdown_individualinfo.md index 38ba4ca..1dd1af1 100755 --- a/ontospy/gendocs/media/templates/markdown/markdown_individualinfo.md +++ b/ontospy/gendocs/media/templates/markdown/markdown_individualinfo.md @@ -13,7 +13,7 @@ {{each.uri}} #### Description -{{each.bestDescription()|linebreaks|default("--")}} +{{each.bestDescription()|default("--")}} {% if each.instance_of %} diff --git a/ontospy/gendocs/media/templates/markdown/markdown_propinfo.md b/ontospy/gendocs/media/templates/markdown/markdown_propinfo.md index 27869f8..cceaa9c 100755 --- a/ontospy/gendocs/media/templates/markdown/markdown_propinfo.md +++ b/ontospy/gendocs/media/templates/markdown/markdown_propinfo.md @@ -40,7 +40,7 @@ {{each.uri}} #### Description -{{each.bestDescription()|linebreaks|default("--")}} +{{each.bestDescription()|default("--")}} {% if each.ancestors() %} #### Inherits from ({{ each.ancestors()|length }})