Skip to content

Commit

Permalink
Trying iframe in md
Browse files Browse the repository at this point in the history
  • Loading branch information
midlik committed May 10, 2024
1 parent f8eba27 commit 3d9843e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demo/demo1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<meta charset="utf-8" />
<title>HeatmapComponent demo 1</title>
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="../build/heatmap-component.css" />
<script src="../build/heatmap-component.js"></script>
<!-- <link rel="stylesheet" type="text/css" href="../build/heatmap-component.css" />
<script src="../build/heatmap-component.js"></script> -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/heatmap-component@latest/build/heatmap-component.css" />
<script src="https://cdn.jsdelivr.net/npm/heatmap-component@latest/build/heatmap-component.js"></script>
</head>

<body>
Expand Down
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ blabla
- bla
- blabla
- blablabla


<iframe src="https://raw.githubusercontent.com/PDBeurope/heatmap-component/main/demo/demo1.html"></iframe>

0 comments on commit 3d9843e

Please sign in to comment.