A test repo for learning GitHub. It might not be pretty, but it's something.
The gh-pages branch contains markdown files for my Pages site: https://ljmoody.github.io/myrepo/.
- Use a single backtick immediately before and after text:
`example`
- Use three backticks immediately before and after text if you want to show the backticks.
-
For small chunks, use a single tilde before and after text you wish to strikethrough will work:
I want to draw a line through this text. -
Use
<strike> and </strike>
to strikethrough a large chunk of information. Like this:
- one thing
- another thing
- and another
Sometimes it might be necessary to add a hard return after the initial or before the closing <strike>
tag to keep text formatted and apply strikethrough.
- To link within a gh-pages document, use this coding:
[Text you want linked](#name-of-chapter/section)
, where the name is an exact replica of the heading you're linking to, without any capitalization.- The syntax to use to refer to heading "Manage Teams" is :
[Manage Teams](#manage-teams)
- The syntax to use to refer to heading "Manage Teams" is :
- For a linked heading that has special characters (like parens), like "Upload Data File(s)", basicically ignore special characters:
[Upload Data File(s)](#upload-data-files)
- The syntax to use is :
[text you want to link](URL of linked content)
- Example: I want to learn how to high five. To do that, I need to read this article.
- Em dash =
—
= —
Note
Highlights information that users should take into account, even when skimming.
Important
Crucial information necessary for users to succeed.
Warning
Critical content demanding immediate user attention due to potential risks.
Caution
blah de blah.
Tip
blah de blah
- These might be other options to use. They must have a paragraph space before and after for the icon to show properly.
:warning:
📝 Note: Sunrises are beautiful.—:memo:
💡 Tip: Remember to appreciate the little things in life.—:bulb:
👉 Here's a complete list of GitHub markdown emoji markup. 😄
Workflow color & hex codes table
Color | Workflow | Hex Code |
---|---|---|
Research | #598527 |
|
Development | 0083BE |
|
Operations | 685bc7 |
|
Co-coordinated | 6f7681 |
|
High Level Cross-cutting | 4C535D |
- To left-align a column, put a colon to the left of two dashes
:--
. - Three dashes
---
can also be used. - To right-align, put a colon to the right of two dashes
--:
. - To center-align, surround a dash with two colons
:-:
. - To hide text in an html comment, use this:
<!-- Text to hide goes here. -->
. - Helpful inline formatting info: click here
- bullet item 1
- bullet item 2
- secondary bullet item
- numbered item
- this one is really special