Skip to content

Instantly share code, notes, and snippets.

@chrisoffner
Created December 9, 2021 11:24
Show Gist options
  • Save chrisoffner/55cca40d8d75da977de4e5fa74295511 to your computer and use it in GitHub Desktop.
Save chrisoffner/55cca40d8d75da977de4e5fa74295511 to your computer and use it in GitHub Desktop.
Pluto docstring rendering for subscripts
### A Pluto.jl notebook ###
# v0.17.2
using Markdown
using InteractiveUtils
# ╔═╡ 1066e020-58e2-11ec-3e58-b14f93d10736
"bⱼ and bⱼ₊₁"
f(x) = x^2
# ╔═╡ 00000000-0000-0000-0000-000000000001
PLUTO_PROJECT_TOML_CONTENTS = """
[deps]
"""
# ╔═╡ 00000000-0000-0000-0000-000000000002
PLUTO_MANIFEST_TOML_CONTENTS = """
# This file is machine-generated - editing it directly is not advised
julia_version = "1.7.0"
manifest_format = "2.0"
[deps]
"""
# ╔═╡ Cell order:
# ╠═1066e020-58e2-11ec-3e58-b14f93d10736
# ╟─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