aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-markdown/src/main
Commit message (Expand)AuthorAgeFilesLines
* SONAR-7010 Markdown engine generates wrong html tag for bold textLaurent Mihalkovic2016-02-251-2/+2
* Fix project title in copyright headersSimon Brandhof2016-01-1314-14/+14
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-0514-56/+56
* Fix quality flawsJean-Baptiste Lievremont2015-02-161-3/+3
* SONAR-6022 Update dead links pointing to documentationFabrice Bellingard2015-01-061-2/+2
* Fix quality flawsJean-Baptiste Lievremont2014-07-011-9/+10
* SONAR-4681 SONAR-5295 Escape HTML before markdown interpolationJean-Baptiste Lievremont2014-05-122-3/+5
* SONAR-4681 Add support for documented linksJean-Baptiste Lievremont2014-05-092-0/+57
* SONAR-4681 Add support for blockquoteJean-Baptiste Lievremont2014-05-092-0/+107
* SONAR-4681 Add support for headings in SQ MarkdownJean-Baptiste Lievremont2014-05-072-0/+78
* SONAR-4681 Add support for ordered lists in SQ MarkdownJean-Baptiste Lievremont2014-05-071-12/+71
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-1111-11/+11
* Fix some quality flawsSimon Brandhof2013-08-161-1/+1
* Update copyright headersSimon Brandhof2013-04-2211-44/+44
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2111-33/+33
* 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-171-5/+28
* SONAR-3269 Add multiline code support on Sonar markdown Fabrice Bellingard2012-02-162-0/+48
* Update copyright header for this new yearSimon Brandhof2012-01-1010-10/+10
* 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-051-3/+3
* Reduce technical debtsimonbrandhof2011-05-052-19/+28
* SONAR-2384 append target='_blank' when building an hyperlinkFreddy Mallet2011-04-271-1/+1
* SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannelFreddy Mallet2011-04-271-3/+3
* 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-246-6/+96
* 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-235-3/+40
* SONAR-2384 Complete the support of emphasissimonbrandhof2011-04-231-2/+4
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-237-0/+255