{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Markdown Top Title\n", "\n", "## Second heading With **some** text\n", "\n", "More __text__ is ***here***.\n", "\n", "This one [has a link](http://google.com/) somewhere.\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# With a list\n", "\n", "- Item 1\n", "- Item 2\n", "- Item 3\n", "\n", "No more" ] }, { "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.7.3" } }, "nbformat": 4, "nbformat_minor": 2 }