@ sign in code

0 votes
asked Aug 13, 2021 in Question / help by Mario Giesel

When I write an @-sign within the code it doesn't work. Is there a remedy?

@startmindmap

* Mindmap

**:Step 1:

<code>

startmindmap

...

endmindmap

</code>

;

@endmindmap

commented Aug 13, 2021 by Serge Wenger Work (15,620 points)
Please provide a small example to reproduce your problem
commented Aug 13, 2021 by Mario Giesel

Example:

@startmindmap

* Mindmap

**:Step 1:

<code>

@startmindmap

...

@endmindmap

</code>

;

@endmindmap

2 Answers

0 votes
answered Aug 13, 2021 by Serge Wenger Work (15,620 points)

Hello, as workaround you can use unicode char, but not in <code></code> block

[Click On image to show the code]

commented Aug 14, 2021 by anonymous
Hi, I can't see the code when clicking on the image.
commented Aug 16, 2021 by Mario
The link forwards to https://plantuml.com/de/ - I tried it several times.
commented Aug 16, 2021 by Serge Wenger Work (15,620 points)

Hello.

WARNIG,: it is http and not https. The code is:

@startmindmap
* Mindmap
**:Step 1:
""<U+0040>startmindmap""
<code>
...
</code>

""<U+0040>endmindmap"";
@endmindmap

commented Aug 16, 2021 by anonymous
Thanks, this one worked :-)
0 votes
answered Aug 16, 2021 by The-Lu (64,340 points)

Hello all,

Another workaround is to escape the '@start' with '~':

@startmindmap
* Mindmap
**:Step 1:
""~@startmindmap""
<code>
...
</code>
""@endmindmap"";
@endmindmap

See also:

If that can help,
Regards,
Th.

...