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 6 commits into from
Jan 4, 2021
Merged

A few of your favorite things #4

merged 6 commits into from
Jan 4, 2021

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

Uh oh, we're not finding a list.

Remember the format for a list looks like this:

- item

It is important to put a space between the - or * and the list item text.

⌨️ Activity: Add a list

  1. Click the "Files changed" tab.
  2. Scroll to find the _includes/04-lists.md.
  3. Click the 📝 pencil icon.
  4. Add a list using either - or * to indicate the bullets.
  5. Scroll to the bottom and commit your changes to your branch.

If you would like assistance troubleshooting, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.


Watch below for my response!

@github-learning-lab
Copy link
Contributor Author

Uh oh, we're not finding a list.

Remember the format for a list looks like this:

- item

It is important to put a space between the - or * and the list item text.

⌨️ Activity: Add a list

  1. Click the "Files changed" tab.
  2. Scroll to find the _includes/04-lists.md.
  3. Click the 📝 pencil icon.
  4. Add a list using either - or * to indicate the bullets.
  5. Scroll to the bottom and commit your changes to your branch.

If you would like assistance troubleshooting, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.


Watch below for my response!

@github-learning-lab
Copy link
Contributor Author

Uh oh, we're not finding a list.

Remember the format for a list looks like this:

- item

It is important to put a space between the - or * and the list item text.

⌨️ Activity: Add a list

  1. Click the "Files changed" tab.
  2. Scroll to find the _includes/04-lists.md.
  3. Click the 📝 pencil icon.
  4. Add a list using either - or * to indicate the bullets.
  5. Scroll to the bottom and commit your changes to your branch.

If you would like assistance troubleshooting, create a post on the GitHub Community board. You might also want to search for your issue to see if other people have resolved it in the past.


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!

@github-learning-lab
Copy link
Contributor Author

Step 10: Merge lists and emphasis

Nice list, @post50! 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!

@post50 post50 merged commit 66b57ff into main Jan 4, 2021
@github-learning-lab
Copy link
Contributor Author

Nicely done, @post50. See your work here: https://post50.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.

@post50 post50 deleted the add-lists-emphasis branch January 4, 2021 13:00
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.

2 participants