aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-markdown/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-17579 Absolute links from user input should open in a new tabZipeng WU2022-12-193-5/+14
* SONAR-17579 add security Link attributes noopener and noreferrerZipeng WU2022-12-193-4/+8
* Update license headers for 2022 [update headers]Pierre2022-01-2815-15/+15
* SONAR-13357 Custom hotspot rule's description isn't split into tabsPhilippe Perrin2021-02-252-3/+3
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-0815-15/+15
* Format all headers for 2020Wouter Admiraal2020-01-0715-15/+15
* Fix license headers for 2019Duarte Meneses2019-01-0215-15/+15
* Fix license headers for 2018Simon Brandhof2018-01-0715-15/+15
* SONAR-9857 fixing regexp to allow short emphasised stringGuillaume Jambet2017-12-062-10/+11
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-1015-30/+30
* SONAR-7010 Markdown engine generates wrong html tag for bold textLaurent Mihalkovic2016-02-252-6/+6
* Fix project title in copyright headersSimon Brandhof2016-01-1315-15/+15
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0515-60/+60
* Fix quality flawsJean-Baptiste Lievremont2015-02-161-3/+3
* Replace fest-assert by assertJSimon Brandhof2015-01-101-1/+1
* SONAR-6022 Update dead links pointing to documentationFabrice Bellingard2015-01-062-4/+4
* Fix quality flawsJean-Baptiste Lievremont2014-07-011-9/+10
* SONAR-4681 SONAR-5295 Escape HTML before markdown interpolationJean-Baptiste Lievremont2014-05-123-5/+9
* SONAR-4681 Add support for documented linksJean-Baptiste Lievremont2014-05-093-0/+64
* SONAR-4681 Add support for blockquoteJean-Baptiste Lievremont2014-05-093-0/+112
* SONAR-4681 Add support for headings in SQ MarkdownJean-Baptiste Lievremont2014-05-073-0/+85
* SONAR-4681 Add support for ordered lists in SQ MarkdownJean-Baptiste Lievremont2014-05-072-13/+87
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1112-12/+12
* Move sonar-markdown to fest-assertSimon Brandhof2013-12-171-26/+25
* Fix some quality flawsSimon Brandhof2013-08-161-1/+1
* Update copyright headersSimon Brandhof2013-04-2212-48/+48
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2112-36/+36
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-271-0/+1
* SONAR-3242 improve rendering of review formssimonbrandhof2012-02-241-0/+2
* SONAR-3269 Add 'lang' attribute on <pre> for code blocksFabrice Bellingard2012-02-172-6/+37
* SONAR-3269 Add multiline code support on Sonar markdown Fabrice Bellingard2012-02-163-0/+54
* Update copyright header for this new yearSimon Brandhof2012-01-1011-11/+11
* SONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again)Dinesh Bolkensteyn2011-10-201-8/+3
* The Markdown class uses the new ChannelDispatch BuilderFreddy Mallet2011-05-241-14/+10
* Rename the class MarkdownEngine to Markdownsimonbrandhof2011-05-053-73/+73
* Reduce technical debtsimonbrandhof2011-05-052-19/+28
* SONAR-2384 append target='_blank' when building an hyperlinkFreddy Mallet2011-04-272-4/+6
* SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannelFreddy Mallet2011-04-272-5/+5
* SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ...Freddy Mallet2011-04-262-5/+3
* 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-247-6/+101
* Add some javadoc to the Sonar Markdown moduleFreddy Mallet2011-04-237-1/+51
* SONAR-2384 Add a new HtmlCodeChannel to transform ''printf()'' into <code>pri...Freddy Mallet2011-04-236-4/+47
* SONAR-2384 Complete the support of emphasissimonbrandhof2011-04-232-2/+13
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-238-0/+305