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

Example issue that shows how to format your comments using MarkDown language #2

Open
sarahsga opened this issue Apr 19, 2019 · 0 comments

Comments

@sarahsga
Copy link
Owner

Examples taken from THIS MARKDOWN CHEATSHEET

H1

H2

H3

H4

H5
H6

Inline code has back-ticks around it.

Three backticks for a full line of code:

No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Italics, with asterisks

Bold, with asterisks

Strikethrough uses two tildes. Scratch this.

Horizontal rule:


  1. First ordered list item
  2. Another item
  • Unordered list can use asterisks
  • Unordered list can use asterisks

Blockquotes are very handy in email to emulate reply text.
This line is part of the same quote.

Quote break.

This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.

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

No branches or pull requests

1 participant