You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| col 1 | col 2 |
| ----------- | ----------- |
| row 1: | [![some status image](https://some/Badge)](link) |
| row 2: | [![some status image](https://some/Badge)](link) |
gets translated to
* - col 1
- col 2
* - row 1:
-
.. image:: https://some/Badge
:target: link
:alt: some status image
* - row 2:
-
.. image:: https://some/Badge
:target: link
:alt: some status image
which should be
* - col 1
- col 2
* - row 1:
- .. image:: https://some/Badge
:target: link
:alt: some status image
* - row 2:
- .. image:: https://some/Badge
:target: link
:alt: some status image
This results in an error and the table is not gettings displayed, when converting manually to second variant it works.
I am not sure if second variant is like it really should be, but it looks ok and there are no errors when building docs anymore
Actually I will just not display the badges in tables anymore, but just so this issue is known :)
The text was updated successfully, but these errors were encountered:
gets translated to
which should be
This results in an error and the table is not gettings displayed, when converting manually to second variant it works.
I am not sure if second variant is like it really should be, but it looks ok and there are no errors when building docs anymore
Actually I will just not display the badges in tables anymore, but just so this issue is known :)
The text was updated successfully, but these errors were encountered: