{ "cells": [ { "cell_type": "markdown", "metadata": { "hideCode": true }, "source": [ "# EXEMPLE D'UN DOCUMENT MARKDOWN" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Edition de texte" ] }, { "cell_type": "markdown", "metadata": { "hideOutput": true }, "source": [ "1. **Texte en gras**\n", "2. _Texte en italique_\n", "3. ~~Texte barré~~" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Écrire mathématiques" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "1. Une fraction : $\\frac{1}{2}$\n", "\n", "2. Des lettres grecques : $\\alpha$, $\\beta$ et $\\gamma$\n", " " ] }, { "cell_type": "markdown", "metadata": { "hideCode": false, "hideOutput": false, "hidePrompt": false }, "source": [ "## Un tableau\n", "\n", "|Milieu| % |\n", "|------|----|\n", "Urbain | 70|\n", "Rural | 30|" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "celltoolbar": "Hide code", "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.6.4" } }, "nbformat": 4, "nbformat_minor": 2 }