Initial support for rendering asciidoc files.

This commit is contained in:
Tobias Roeser
2014-02-26 15:14:39 +01:00
parent 9078aa6d08
commit 97b1a0090d
4 changed files with 57 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ trait RepositoryViewerControllerBase extends ControllerBase {
}
private val readmeFiles = Seq("readme.md", "readme.markdown")
private val readmeFiles = view.helpers.renderableSuffixes.map(suffix => s"readme${suffix}")
/**
* Provides HTML of the file list.