{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# This is a H1\n",
"With some content underneath... Use classes `emphasis`, `exercise`, and `proof` different text colors: emphasis, exercise, proof. \n",
"\n",
"## This is a H2\n",
"With some content underneath...\n",
"\n",
"### This is a H3\n",
"With some content underneath...\n",
"\n",
"#### CODE EXAMPLE\n",
"Explanation and code here...\n",
"#### END OF CODE EXAMPLE"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n",
"\n"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"# open(\"aipstyle.html\") do f\n",
"# display(\"text/html\", readstring(f))\n",
"# end\n",
"\n",
"open(\"aipstyle.html\") do f\n",
" display(\"text/html\", read(f, String))\n",
"end"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.0.1",
"language": "julia",
"name": "julia-1.0"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.0.1"
}
},
"nbformat": 4,
"nbformat_minor": 1
}