##// END OF EJS Templates
Added github flavored markdown style rendering into markdown...
Added github flavored markdown style rendering into markdown rendered. It has a san newline handling behavior. More here: https://help.github.com/articles/github-flavored-markdown

File last commit:

r3700:3563bb7b merge default
r4009:7563624e default
Show More
index.html
17 lines | 324 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="base/base.html"/>
<%def name="title()">
${_('Dashboard')} &middot; ${c.rhodecode_name}
</%def>
<%def name="breadcrumbs()">
</%def>
<%def name="page_nav()">
${self.menu('repositories')}
</%def>
<%def name="main()">
<%include file="index_base.html" args="parent=self"/>
</%def>