summaryrefslogtreecommitdiffstats
path: root/sonar-markdown/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | * form replaces bottom bar of actions * improve markdown help
* 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
| | | | method and make the HtmlEmphasisChannel handle sentence
* 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 ↵Freddy Mallet2011-04-236-4/+47
| | | | <code>printf()</code>
* 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