File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2
2
.DS_Store
3
3
node_modules /
4
4
! dist /template.html
5
- dist /
5
+ dist /__live_markd__
6
6
7
7
public /
8
8
** /* debug.log
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=no ">
7
+ < title > < %=title%> </ title >
8
+ < script src ="//polyfill.io/v2/polyfill.js?features=EventSource "> </ script >
9
+ < link rel ="stylesheet " href ="//unpkg.com/github-markdown-css ">
10
+ < link rel ="stylesheet " href ="//unpkg.com/highlight.js/styles/github.css ">
11
+ < link href ="<%=baseUrl%>__live_markd__/1.style.css " rel ="stylesheet "> </ head >
12
+ < body >
13
+ < div class ="markdown-body ">
14
+ < %=markdownHTML%>
15
+ </ div >
16
+ < script type ="text/javascript " src ="<%=baseUrl%>__live_markd__/styles.js "> </ script > < script type ="text/javascript " src ="<%=baseUrl%>__live_markd__/main.js "> </ script > </ body >
17
+ </ html >
You can’t perform that action at this time.
0 commit comments