sonar-gitlab-plugin
                                
                                
                                
                                    sonar-gitlab-plugin copied to clipboard
                            
                            
                            
                        HTML not visible in Sonarqube messages posted to Gitlab
- Gitlab Community Edition 12.9.4
 - Sonar Gitlab plugin 4.1.0-SNAPSHOT
 - SonarQube 7.9.2 (build 30863)
 
We got the following message posted from the CI runner to our Gitlab instance:
:arrow_down_small: Surround this <li> item tag by a <ul> or <ol> container one. [:blue_book:](https://sonar.semanticlab.net/coding_rules#rule_key=Web%3AItemTagNotWithinContainerTagCheck) @tobi
– which is rendered like this:

The HTML tags are not displayed, obviously, and should be wrapped in backticks:
:arrow_down_small: Surround this `<li>` item tag by a `<ul>` or `<ol>` container one. [:blue_book:](https://sonar.semanticlab.net/coding_rules#rule_key=Web%3AItemTagNotWithinContainerTagCheck) @tobi
(Also posted to community.sonarsource.com.)