Markdown Blog Editing

Convert the given link text in start file to a markdown link list.

Input

# Introduction
# Normal mode
# Command Line mode
# Visual mode

Output

* [Introduction](#introduction)
* [Normal mode](#normal-mode)
* [Command Line mode](#command-line-mode)
* [Visual mode](#visual-mode)