2

I create markdown text as tutorial says, bu ti is not rendered, but text is shown, what is wrong?

enter image description here

János
  • 32,867
  • 38
  • 193
  • 353
  • Note: this is [supported in GitHub only in Feb. 2022](https://stackoverflow.com/a/71118868/6309). Maybe it will be supported in GitLab as well soon. – VonC Feb 15 '22 at 13:14

1 Answers1

2

As shown in github/markup/issue 533, while this is not yet supported in GitHub, it should be supported in GitLab (since GitLab 10.3, Sept. 2017)

As seen in gitlab-foss issue 3711, you might need to refresh the cache for the rendered graph to show up.

As commented by the OP János, the format needs to be respected, and no extra whitespace (in each row) should be present.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Maybe refresh cache, but I think **removing empty white space in each row** what really helped me – János Dec 01 '19 at 10:03
  • @János Thank you. I have included your comment in the answer for more visibility. – VonC Dec 01 '19 at 10:05