I create markdown text as tutorial says, bu ti is not rendered, but text is shown, what is wrong?
Asked
Active
Viewed 1,309 times
1 Answers
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