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

Markdown test issue #1

Open
1 of 2 tasks
thomasjm opened this issue Mar 7, 2024 · 0 comments
Open
1 of 2 tasks

Markdown test issue #1

thomasjm opened this issue Mar 7, 2024 · 0 comments

Comments

@thomasjm
Copy link
Contributor

thomasjm commented Mar 7, 2024

GitHub-Flavored Markdown (GFM) Sample

Headers

H3 heading

H4 heading

Emphasis

italic
bold
bold and italic

Code

def foo():
  print("Hello, world.")

Lists

  1. Ordered list item 1
  2. Ordered list item 2
    • Unordered sublist item A
    • Unordered sublist item B
  3. Ordered list item 3
  • Unordered list item 1
  • Unordered list item 2
    • Unordered sublist item X
    • Unordered sublist item Y
  • Unordered list item 3

Links

Github
Visit Google

Images

GitHub Logo
Format: Alt Text

Blockquotes

This is a blockquote.
It can span multiple lines.

Tables

Header 1 Header 2
Cell 1 Cell 2
Cell 3 Cell 4

Horizontal Rule


Task Lists

  • Completed task
  • Incomplete task

Strikethrough

Strikethrough text

Mentioning Users

@username

Emoji

😄 🚀

Footnotes

Here is a footnote1.

Footnotes

  1. This is the footnote text.

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