Skip to content
View Christopher-James-Francis-Rodgers's full-sized avatar

Block or report Christopher-James-Francis-Rodgers

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

My Test Of The 'Markdown Cheat Sheet' from markdownguide.org ~cjfr

(for my use only...) Edit this file...


(Credit due:)

Markdown Guide

https://www.markdownguide.org/

(Credit due, too:)

bt5e/7507535

https://gist.github.com/bt5e/7507535


Markdown Cheat Sheet -

Thanks for visiting The Markdown Guide!

This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.

Basic Syntax

These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.

Heading

H1

H2

H3

Bold

bold text

Italic

italicized text

Blockquote

blockquote

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • First item
  • Second item
  • Third item

Code

code

Horizontal Rule


Link

Markdown Guide

Image

alt text

Extended Syntax

These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.

Table

Syntax Description
Header Title
Paragraph Text

Fenced Code Block

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Footnote

Here's a sentence with a footnote. 1 Here's a sentence with a footnote (ditto). 1

Heading ID

My Great Heading {#custom-id}

Definition List

term : definition

Strikethrough

The world is flat.

Task List

  • Write the press release
  • Update the website
  • Contact the media

Emoji

That is so funny! 😂

(See also Copying and Pasting Emoji)

Highlight

I need to highlight these ==very important words==.

Subscript And Superscript

Testing <sub>subscript</sub> and <sup>superscript</sup>

Testing <sub>subscript <sub>subscript level 2</sub></sub>

Testing <sup>superscript <sup>superscript level 2</sup></sup>

Testing subscript and superscript

Testing subscript subscript level 2

Testing superscript superscript level 2

Deprecated?

H~2~0
X^2^

H20

X^2^


Hi there 👋

Get started with GitHub documentation https://docs.github.com/en/get-started

Christopher-James-Francis-Rodgers/Christopher-James-Francis-Rodgers is a ✨ special ✨ repository because its README.md (this file) appears on your GitHub profile.

Here are some ideas to get you started:

  • 🔭 I’m currently working on ...
  • 🌱 I’m currently learning ...
  • 👯 I’m looking to collaborate on ...
  • 🤔 I’m looking for help with ...
  • 💬 Ask me about ...
  • 📫 How to reach me: ...
  • 😄 Pronouns: ...
  • ⚡ Fun fact: ...

Footnotes

  1. This is the footnote. 2

Popular repositories Loading

  1. workbench.colorCustomizations-list-for-Visual-Studio-Code-file-settings.json--VS-VSCode workbench.colorCustomizations-list-for-Visual-Studio-Code-file-settings.json--VS-VSCode Public

    Categorized list of all Visual Studio Code workbench.colorCustomizations Theme Color settings for Import into settings.json, including the description for each - Commented-out, and colored red, so …

  2. skills-introduction-to-github skills-introduction-to-github Public

    github-intro-one-hour

  3. Christopher-James-Francis-Rodgers Christopher-James-Francis-Rodgers Public

    My personal repository