aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-markdown/src/main/java/org/sonar/markdown/HtmlEmphasisChannel.java
Commit message (Expand)AuthorAgeFilesLines
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* Update license templates for 2023Pierre2023-01-021-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9857 fixing regexp to allow short emphasised stringGuillaume Jambet2017-12-061-2/+2
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* SONAR-7010 Markdown engine generates wrong html tag for bold textLaurent Mihalkovic2016-02-251-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ...Freddy Mallet2011-04-261-1/+1
* Sonar Markdown : Fix typo in the javadoc (Thanks Evgeny)Freddy Mallet2011-04-241-1/+1
* SONAR-2384 Add support for html list and fix javadoc by escaping html tagsFreddy Mallet2011-04-241-2/+2
* Add some javadoc to the Sonar Markdown moduleFreddy Mallet2011-04-231-0/+5
* SONAR-2384 Add a new HtmlCodeChannel to transform ''printf()'' into <code>pri...Freddy Mallet2011-04-231-1/+1
* SONAR-2384 Complete the support of emphasissimonbrandhof2011-04-231-2/+4
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-231-0/+34