For some reasons, this remarkup text renders nothing:== Base usage ==
```Note the difference between a base mention in Task, File and Slowvote:
|Remarkup|Render|
|--------|------|
|`T15204`|T15204|
V1|`F1` |F1 |
```|`V1` |V1 |
It seems basic mentions are not enabled for a Slowvote.
This may have practical reasons since "`V123`" is a frequent text.
Anyway Slowvote does not work so I do not understand how to mention it.
And also, this remarkup renders the whole vote box:== Base Embed ==
```Note the difference between a base embed in Task, File and Slowvote:
>|Remarkup |Render |
>|----------|--------|
>|`{T15204}`|{T15204}|
{V1}>|`{F1}` |{F1} |
```>|`{V1}` |{V1} |
Basically Slowvotes spawns a giant widget. So, I still do not understand how to suppress that widget to only mention a Slowvote.
== Embed with Layout link ==
As far as I can see from the documentaIt seems the embed supports a layout option, File support this remarkup: called "link".
https://we.phorge.it/book/phorge/article/remarkup/
```Note the difference between a base mention in Task, File and Slowvote:
>|Remarkup |Render |
>|----------|--------|
>|`{T15204,layout=link}`|{T15204,layout=link}|
>|`{F1,layout=link}` |{F1,layout=link} |
```>|`{V1,layout=link}` |{V1,layout=link} |
The link layout seems just not supported in Slowvote. So I still do not understand how to mention it.
== Embed with Layout inline ==
It work. But, it seems Slowvote does not support it:It seems the embed supports a layout option called "inline".
```https://we.phorge.it/book/phorge/article/remarkup/
Note the difference between a base mention in Task, File and Slowvote:
>|Remarkup |Render |
>|----------|--------|
>|`{T15204,layout=inline}`|{T15204,layout=inline}|
{V>|`{F1,layout=inline}` |{F1,layout=link}inline} |
```>|`{V1,layout=inline}` |{V1,layout=inline} |
So: probably we should addThe inline layout seems just not support for the layout "link",ed in Slowvote. to SlowvoteSo I still do not understand how to mention it.