Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
108 posts
|
Hi all,
plantuml has an included subproject called "salt". It should be possible to draw a tree like this: [plantuml,format="svg"] ---- salt {T + A ++ a + B ++ b } ---- Unfortunately I get a syntax error here. Suppose that the starting line "salt" isn't sent to plantuml. Any hints here? -- Wilhelm |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
2681 posts
|
That looks very promising! Perhaps you can file an issue against Asciidoctor Diagram because it looks like it may require either a code change or at least a clarification in the docs. Cheers, -Dan On Fri, Mar 20, 2015 at 3:06 AM, wimalopaan [via Asciidoctor :: Discussion] <[hidden email]> wrote: Hi all, ... [show rest of quote] Dan Allen | http://google.com/profiles/dan.j.allen |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
2681 posts
|
In reply to this post by wimalopaan
On Fri, Mar 20, 2015 at 4:53 PM, Dan Allen <[hidden email]> wrote:
... [show rest of quote] Dan Allen | http://google.com/profiles/dan.j.allen |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
108 posts
|
Good news: asciidoctor-diagramm 1.3.0.preview4 is available and that fixes this issue!
|
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
70 posts
|
Hi,
I did not get your sample running with 1.3.0.preview4. But it works fine with extra braces: [plantuml,format="svg"] ---- salt { {T + A ++ a + B ++ b } } ---- But this example also runs with 1.3.0.preview3. Best regards, Robert |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Administrator
2681 posts
|
It appears that two sets of curly braces are required. The following works for me using 1.3.0.preview.4 [salt,format="svg"] ---- {{T + src ++ main +++ java +++ test }} ---- We can either decide to simply document this or perhaps find a way to eliminate the requirement for one of the sets of curly braces. I don't know the salt syntax well, so I'm not sure if that's assuming too much. Cheers, -Dan On Mon, Mar 30, 2015 at 3:50 PM, Robert.Panzer [via Asciidoctor :: Discussion] <[hidden email]> wrote: Hi, ... [show rest of quote] Dan Allen | http://google.com/profiles/dan.j.allen |
Free forum by Nabble | Edit this page |