collabuml icon indicating copy to clipboard operation
collabuml copied to clipboard

Render Image not showing on demo site

Open alfanse opened this issue 2 years ago • 1 comments

Hi, Very keen on this idea, when testing it out on your hosted site I started a new page: https://pad.collabuml.com/p/1AL_Moz7UjiKd1UCsaNv and cleared all to a text sample from plantuml:

@startuml
folder folder [
This is a <b>folder
----
You can use separator
====
of different kind
....
and style
]
@enduml

I waited, expecting the diagram to render, it didn't. Was it supposed to?

image

alfanse avatar Jan 28 '23 12:01 alfanse

Hi,

It seems that you are accessing the etherpad server which is just a collaborative editor (it doesn't have any knowledge about UML), collabuml.com is the app that takes the editor's content and renders the diagram.

AlexITC avatar Jan 28 '23 18:01 AlexITC