summaryrefslogtreecommitdiffstats
path: root/sonar-markdown/src
Commit message (Collapse)AuthorAgeFilesLines
* 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