-
Notifications
You must be signed in to change notification settings - Fork 129
Bootcamp Prework Practice Issue #278
Copy link
Copy link
Open
Description
Surrounding the text with two asterisks on either side bolds the text.
Surrounding the text with an underscore on either side italicizes the text.
- Items in a numbered list are preceded by both a number and a period.
- Pressing enter automatically adds the correct preceding number.
- Deleting the number or hitting enter twice will end the list.
- Dashes can be used instead of numbers to create an unordered list.
- Asterisks can also be used in the same fashion.
A clickable link requires a bracketed text label, then the desired web address in parentheses
A header requires three preceding pound signs.
For a larger header instead use two pound signs, and so on.
Quotes are preceded by a right angle bracket.
One option to embed images is to use HTML syntax, a code example can be shown by surrounding it with backticks:
<img src="example.png" alt="example image alt text" style="float: left; margin-right: 10px;" />
You can reference another issue by typing a pound sign, prompting the recent issue dropdown.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels