-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliascript.html
More file actions
22 lines (18 loc) · 815 Bytes
/
Copy pathliascript.html
File metadata and controls
22 lines (18 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<script type="text/javascript" src="https://liascript.github.io/course/preview-lia.js"></script>
</head>
<body>
...
<preview-lia src="https://raw.githubusercontent.com/liaScript/docs/master/README.md">
</preview-lia>
<preview-lia src="https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/docs/master/README.md">
</preview-lia>
<preview-lia src="https://liascript.github.io/course/?https://raw.githubusercontent.com/getit0/gatsby-editor/master/README.md#1">
</preview-lia>
<preview-lia src="https://liascript.github.io/course/?https://raw.githubusercontent.com/getit0/md/blob/master/chromatic.md">
</preview-lia>
https://github.com/getit0/md/blob/master/liascript.html
...
</body>
</html>