TESTING, TESTING
Testing a home page for my test digital garden. A lot of testing happening here.
here's a heading 2
here's heading 3
Here are some seeds
And here is another test page: testing another page
And here's an external link: Vancouver weather
And here's a picture of some colours.
Here's some bold text

Here's a callout
Some text
More text! More!
Here's a code block
def enchant_and_attack(target_health, damage, weapon):
enchanted_damage = damage + 10
new_health = target_health - enchanted_damage
enchanted_weapon = f"enchanted {weapon}"
return enchanted_weapon, new_health
Yuck. Here's a code block without a callout.
def enchant_and_attack(target_health, damage, weapon):
enchanted_damage = damage + 10
new_health = target_health - enchanted_damage
enchanted_weapon = f"enchanted {weapon}"
return enchanted_weapon, new_health