Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few of your favorite things #4

Merged
merged 3 commits into from
Sep 19, 2020
Merged

A few of your favorite things #4

merged 3 commits into from
Sep 19, 2020

Conversation

github-learning-lab[bot]
Copy link
Contributor

Step 8: Add a list

In this pull request, you'll learn about lists and emoji. You'll also list a few details in your resume.

πŸ‘‡ These are expandable dialogues! Click to open and see more information.

Emoji

Emoji

Emoji are fun ✨, and they can be silly 😜, but they can also be an important communication tool when working with remote teams βœ…. Tone doesn't come across as clearly when reading text as it comes speaking face to face, and emojis can be helpful in conveying context and emotions. ❀️

Emoji are best used as additive extras, not replacements for text. With images, descriptive text makes it clearer for screen readers, but screen readers aren't guaranteed to convey the intent of an emoji. Make sure your meaning is clear in text, so emoji will help instead of causing more confusion.

Here are some examples of popular emojis in markdown.

What you see What you type
❀️ :heart:
πŸ‘ :+1:
πŸ˜„ :smile:
✨ :sparkles:
πŸŽ‰ :tada:

For more information about available emoji, see this handy cheat sheet. In most text fields on GitHub, you can type : and then begin to type the name of an emoji. A fuzzy search will bring up the 5 best guesses and let you select one.

image of fuzzy search emojis on GitHub


Ordered Lists

Ordered Lists

Ordered lists have numbers. You can nest ordered lists within a list item by indenting them. You can read more about formatting and syntax in the GitHub Help.

1. Item 1
2. Item 2
3. Item 3
   1. Item 3a
   2. Item 3b
  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Unordered Lists

Unordered Lists

To create an unordered list, use either the - or * character. As with ordered lists, you can nest a list by indenting two spaces.

* Item 1
* Item 2
  * Item 2a
  * Item 2b
  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Adding a list

Help people get to know you by adding a list containing a few of your favorite things. Don't know what to add? Why not add a list of your favorite books or places to eat.

⌨️ Activity: Create a list

  1. Edit the _includes/04-lists.md in this pull request.
  2. Create a markdown list in the file. It can be ordered or unordered.
  3. Commit your changes.

Watch below for my response!

@github-learning-lab
Copy link
Contributor Author

Step 9: Use emphasis

Great job with those lists! Let's try something new. You can use bold and italic text in Markdown. There are a couple of ways to create emphasis.

*This text will be italic*
_This will also be italic_

**This text will be bold**
__This will also be bold__

_You **can** combine them_

⌨️ Activity: Add some emphasis

  1. Edit the file _includes/05-emphasis.md in this pull request.
  2. Use the Preview tab and your ✨ new Markdown knowledge, add emphasis (like bold or italics) to your skills.
  3. Enter a short and descriptive commit message.
  4. Commit your changes.

Watch below for my response!

format bold italics
@github-learning-lab
Copy link
Contributor Author

Step 10: Merge lists and emphasis

Nice list, @michaelbkanobi! You can merge this pull request when you're ready.

⌨️ Activity: Merge the Pull Request

  1. Click Merge pull request below.

Watch below for my response!

@michaelbkanobi michaelbkanobi merged commit d2b05a3 into master Sep 19, 2020
@github-learning-lab
Copy link
Contributor Author

Nicely done, @michaelbkanobi. See your work here: https://michaelbkanobi.github.io/markdown-portfolio/

I gave your portfolio a makeover by adding a Jekyll theme. To select another theme, see β€œAdding a Jekyll theme to your GitHub Pages site with the Jekyll Theme Chooser in the GitHub Help.

⌨️ Activity: Delete the branch

  1. Delete your branch in this pull request.

Go to the last step.

@michaelbkanobi michaelbkanobi deleted the add-lists-emphasis branch September 19, 2020 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants