Skip to content

Welcome to MkDocs Material Test

Input

Arguments Options
name

Output

Using Markdown Method

echo Example
echo "Hello <span class="name">$name</span>"

Using HTML Method

echo Example
echo "Hello $name"