summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/coderay-0.7.6.227/lib/coderay/encoders/html.rb
Commit message (Collapse)AuthorAgeFilesLines
* Added code highlighting support in wiki, using this syntax:Jean-Philippe Lang2007-09-061-1/+7
| | | | | | | | | | | | <pre><code> <-- cut here <pre><code class="ruby"> Place you code here. </code></pre> cut here --> </pre></code> git-svn-id: http://redmine.rubyforge.org/svn/trunk@710 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added syntax highlightment for repository files (using CodeRay).Jean-Philippe Lang2007-08-151-0/+262
Supported languages: c, ruby, rhtml, yaml, html, xml. git-svn-id: http://redmine.rubyforge.org/svn/trunk@644 e93f8b46-1217-0410-a6f0-8f06a7374b81