File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ information: Portions Copyright [yyyy] [name of copyright owner]
19
19
CDDL HEADER END
20
20
21
21
Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
22
-
23
22
Portions Copyright 2011 Jens Elkner.
23
+ Portions Copyright (c) 2017, Chris Fraire <[email protected] >.
24
24
25
25
--%>
26
26
<%@page errorPage =" error.jsp" import="
@@ -123,7 +123,8 @@ document.pageReady.push(function() { pageReadyList();});
123
123
}
124
124
% >
125
125
<%
126
- if (readMes. get(i). toLowerCase(). endsWith(" .md" )) {
126
+ String lcName = readMes. get(i). toLowerCase();
127
+ if (lcName. endsWith(" .md" ) || lcName. endsWith(" .markdown" )) {
127
128
% > <div id =" src<%= i % >" data-markdown >
128
129
<div class =" markdown-heading" >
129
130
<h3 ><%= readMes. get(i) % > </h3 >
You can’t perform that action at this time.
0 commit comments