Markdown Issues with Gitlab
Created by: vaidik
Gitlab seems to have a few issues with converting Markdown to HTML. Personally, I have noticed the following issues:
- Inline HTML does not seem to work at all. I tried using the paragraph
element that did not work. The element also did not work with custom inline CSS style.
- Emphasize and strong syntax does not work when surrounded by parenthesis. For example, this works but (this does not work)
Gitlab is amazing but it'd be great to have markdown working properly as READMEs don't render properly.