Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter petrockblog

    (@petrockblog)

    Ah, I just realised that “A” in “Visual” mode is exactly what is written in “B” ?? So the example seems to be meant to be used in “visual” mode. Sorry for this confusion.

    Thread Starter petrockblog

    (@petrockblog)

    Thanks for the info!

    I got it working now. Interestingly, the following way “A” works, while “B” does not (I put this into the post in Text Mode):

    A:

    [plantuml]
    Alice -> Bob: Authentication Request
    Bob –> Alice: Authentication Response

    Alice -> Bob: Another authentication Request
    Alice <– Bob: another authentication Response
    [/plantuml]

    B:

    [plantuml]
    Alice -> Bob: Authentication Request
    Bob –> Alice: Authentication Response

    Alice -> Bob: Another authentication Request
    Alice <– Bob: another authentication Response
    [/plantuml]

    Method “A” is working for me for now. Thanks.

    Out of interest: Should method “B” also work from your point of view? If so, maybe this is related to another plugin that is running in my installation.

Viewing 2 replies - 1 through 2 (of 2 total)