Skip to content

Instantly share code, notes, and snippets.

@dralletje
Created October 26, 2020 19:15
Show Gist options
  • Save dralletje/498c684aeaef47bae631b670b577769e to your computer and use it in GitHub Desktop.
Save dralletje/498c684aeaef47bae631b670b577769e to your computer and use it in GitHub Desktop.
### A Pluto.jl notebook ###
# v0.12.1
using Markdown
using InteractiveUtils
# ╔═╡ 0b727cd8-17bf-11eb-336e-2be32fb05968
md""" [Jump to anchor](#myanchor) """
# ╔═╡ 7cb468ca-17bf-11eb-2182-e5f225f17e18
md""" [Jump to anchor](#also_an_anchor) """
# ╔═╡ 0f551bc6-17bf-11eb-0b55-b126afdcd657
html""" <a id = "myanchor">Anchor closeby</a>"""
# ╔═╡ 5a2a2b28-17bf-11eb-0ee6-936f8373b92b
html"""<div style="height: 500px">"""
# ╔═╡ 50e4b1fa-17bf-11eb-1be6-2f5065f6c565
html""" <div id = "also_an_anchor">Another anchor</a>"""
# ╔═╡ 740580a6-17bf-11eb-359e-89fb5e8fb86d
html"""<div style="height: 500px">"""
# ╔═╡ Cell order:
# ╠═0b727cd8-17bf-11eb-336e-2be32fb05968
# ╠═7cb468ca-17bf-11eb-2182-e5f225f17e18
# ╠═0f551bc6-17bf-11eb-0b55-b126afdcd657
# ╟─5a2a2b28-17bf-11eb-0ee6-936f8373b92b
# ╠═50e4b1fa-17bf-11eb-1be6-2f5065f6c565
# ╟─740580a6-17bf-11eb-359e-89fb5e8fb86d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment