Skip to content

Instantly share code, notes, and snippets.

@lewtun
Created December 22, 2020 20:26
Show Gist options
  • Save lewtun/9ad150402532c937d3e347ed9e5fba25 to your computer and use it in GitHub Desktop.
Save lewtun/9ad150402532c937d3e347ed9e5fba25 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Heading level 1"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Heading level 2"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Heading level 3"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
@lewtun
Copy link
Author

lewtun commented Dec 22, 2020

fastdoc produces the following output

== Heading level 1

== Heading level 2

== Heading level 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment