aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-markdown/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+9
* 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-4/+4
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* Replace fest-assert by assertJSimon Brandhof2015-01-101-1/+1
* SONAR-6022 Update dead links pointing to documentationFabrice Bellingard2015-01-061-2/+2
* SONAR-4681 SONAR-5295 Escape HTML before markdown interpolationJean-Baptiste Lievremont2014-05-121-2/+4
* SONAR-4681 Add support for documented linksJean-Baptiste Lievremont2014-05-091-0/+7
* SONAR-4681 Add support for blockquoteJean-Baptiste Lievremont2014-05-091-0/+5
* SONAR-4681 Add support for headings in SQ MarkdownJean-Baptiste Lievremont2014-05-071-0/+7
* SONAR-4681 Add support for ordered lists in SQ MarkdownJean-Baptiste Lievremont2014-05-071-1/+16
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-111-1/+1
* Move sonar-markdown to fest-assertSimon Brandhof2013-12-171-26/+25
* Update copyright headersSimon Brandhof2013-04-221-4/+4
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-211-3/+3
* SONAR-3269 Add 'lang' attribute on <pre> for code blocksFabrice Bellingard2012-02-171-1/+9
* SONAR-3269 Add multiline code support on Sonar markdown Fabrice Bellingard2012-02-161-0/+6
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* Rename the class MarkdownEngine to Markdownsimonbrandhof2011-05-052-70/+70
* SONAR-2384 append target='_blank' when building an hyperlinkFreddy Mallet2011-04-271-3/+5
* SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannelFreddy Mallet2011-04-271-2/+2
* SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ...Freddy Mallet2011-04-261-4/+2
* SONAR-2384 Add support for html list and fix javadoc by escaping html tagsFreddy Mallet2011-04-241-0/+5
* SONAR-2384 Add a new HtmlCodeChannel to transform ''printf()'' into <code>pri...Freddy Mallet2011-04-231-1/+7
* SONAR-2384 Complete the support of emphasissimonbrandhof2011-04-231-0/+9
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-231-0/+50