Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuster committed Oct 17, 2024
1 parent 5a3ad81 commit 44f322e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lua/livepreview/template.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ local html_template = function(body, stylesheet, script_tag)
<script src="/live-preview.nvim/static/mermaid/mermaid.min.js"></script>
<link rel="stylesheet" href="/live-preview.nvim/static/highlight/default.min.css">
<script defer src="/live-preview.nvim/static/highlight/highlight.min.js"></script>
<script defer src='/live-preview.nvim/static/ws-client.js'></script>
]] .. script_tag .. [[
<script defer src='/live-preview.nvim/static/ws-client.js'></script>
</head>
<body>
Expand All @@ -27,9 +27,7 @@ local html_template = function(body, stylesheet, script_tag)
<script defer src="/live-preview.nvim/static/katex/main.js"></script>
<script defer src="/live-preview.nvim/static/mermaid/main.js"></script>
</body>
</html>
]]
end

Expand Down

0 comments on commit 44f322e

Please sign in to comment.