#!/usr/bin/env python # coding: utf-8 # # More markdown # # ## Here is an ordered list # # An ordered list example: # # 1. Here is *one* # 1. Sub __one__ # 1. Sub _Two_ end # 2. Here is two # 3. Here is three # # - [9.2.4 - Example: Top level](#8nowhere) # - Here is [example sub item link](#Shrinkage) # - Another sub item # - [9.5.1 - Example: List link](#9nowhere) # In[ ]: