From c2d42a5e523e7622a9f3fc7d08946b05b73c184e Mon Sep 17 00:00:00 2001 From: sunqingyao Date: Thu, 7 Sep 2017 16:52:34 +0800 Subject: [PATCH] Formatting --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index f43e9e1..b4306b1 100755 --- a/README.md +++ b/README.md @@ -108,32 +108,32 @@ So, here ya go... All the examples are structured like below: -### Some fancy Title - -```py -# Setting up the code. -# Preparation for the magic... -``` - -**Output (Python version):** -```py ->>> triggering_statement -Probably unexpected output -``` -(Optional): One line describing the unexpected output. - - -#### 💡 Explanation: - -* Brief explanation of what's happening and why is it happening. - ```py - Setting up examples for clarification (if necessary) - ``` - **Output:** - ```py - >>> trigger # some example that makes it easy to unveil the magic - # some justified output - ``` +> ### Some fancy Title +> +> ```py +> # Setting up the code. +> # Preparation for the magic... +> ``` +> +> **Output (Python version):** +> ```py +> >>> triggering_statement +> Probably unexpected output +> ``` +> (Optional): One line describing the unexpected output. +> +> +> #### 💡 Explanation: +> +> * Brief explanation of what's happening and why is it happening. +> ```py +> Setting up examples for clarification (if necessary) +> ``` +> **Output:** +> ```py +> >>> trigger # some example that makes it easy to unveil the magic +> # some justified output +> ``` # Usage