Skip to content

Instantly share code, notes, and snippets.

@lukavdplas
Last active March 4, 2024 22:24
Show Gist options
  • Save lukavdplas/ebf28806752fba4cb999e0e3c573dc1a to your computer and use it in GitHub Desktop.
Save lukavdplas/ebf28806752fba4cb999e0e3c573dc1a to your computer and use it in GitHub Desktop.
mini javascript notebook
### A Pluto.jl notebook ###
# v0.19.38
using Markdown
using InteractiveUtils
# ╔═╡ b1784ff0-d8e0-11ee-1adf-c1acb3e50e7c
using HypertextLiteral
# ╔═╡ 58646f8a-f6f0-4720-b330-f5fcd1890297
"""
Test function
"""
function myhypertext()
return @htl "<p>This is a test! Does it work?</p>"
end
# ╔═╡ 5013153d-c14e-48fe-bc67-640afb8cdc35
myhypertext()
# ╔═╡ 00000000-0000-0000-0000-000000000001
PLUTO_PROJECT_TOML_CONTENTS = """
[deps]
HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
[compat]
HypertextLiteral = "~0.9.5"
"""
# ╔═╡ 00000000-0000-0000-0000-000000000002
PLUTO_MANIFEST_TOML_CONTENTS = """
# This file is machine-generated - editing it directly is not advised
[[HypertextLiteral]]
deps = ["Tricks"]
git-tree-sha1 = "7134810b1afce04bbc1045ca1985fbe81ce17653"
uuid = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
version = "0.9.5"
[[Tricks]]
git-tree-sha1 = "eae1bb484cd63b36999ee58be2de6c178105112f"
uuid = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
version = "0.1.8"
"""
# ╔═╡ Cell order:
# ╠═b1784ff0-d8e0-11ee-1adf-c1acb3e50e7c
# ╠═58646f8a-f6f0-4720-b330-f5fcd1890297
# ╠═5013153d-c14e-48fe-bc67-640afb8cdc35
# ╟─00000000-0000-0000-0000-000000000001
# ╟─00000000-0000-0000-0000-000000000002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment