6. Adding a blog ↑
6.2. Text formatting
Markdown has some shorthand for emphasizing strings of text, using bold and/or italics.
Here’s an example of the code.
After just three days, **Whiskers can now create web pages** better than *I* can.
And this is what it looks like.
After just three days, Whiskers can now create web pages better than I can.
Notice you surround your text with a pair of asterisks on each end to create bold, and with single asterisks for italics.
Next: 6.3. Block quotes