Skip to content

Latest commit

 

History

History
134 lines (103 loc) · 3.23 KB

Showcase.md

File metadata and controls

134 lines (103 loc) · 3.23 KB

Important

Do not edit directly. Please refer to the CONTRIBUTING.md

Headings

The second largest heading

The smallest heading

Paragraphs

Paragraphs are separated by empty lines. Within a paragraph it's possible to have a line break, simply press for a new line.

For example, like this.

Character styles

Italic characters

bold characters

strikethrough text

All Styles

Lists

Unordered

  • George Washington
  • John Adams
  • Thomas Jefferson

Ordered

  1. James Madison
  2. James Monroe
  3. John Quincy Adams

Mixed

  1. Make my changes
    1. Fix bug
    2. Improve formatting
    • Make the headings bigger
  2. Push my commits to GitHub
  3. Open a pull request
    1. Describe my changes
    2. Mention all the members of my team
    • Ask for feedback

Quote

In the words of Abraham Lincoln:

Pardon my French

Multi line quote

Line 1

Line 2

Github Flavoured Markdown Alerts

This is an important information

Important

Key information users need to know to achieve their goal.

Multi line Alert with 'Tip' Style

Tip

Helpful advice

for doing things better or more easily.

Links

This is an example inline link.

This link has a title attribute.

Images

Alt text

Alt text

Badges

shields.io

Badge

Badge with link

Code

Use git statusto list all new or modified files that haven't yet been committed.

Some basic Git commands are:

    git status
    git add
    git commit
    <?xml version="1.0" encoding="UTF-8"?>
    <node />

Tables

Without aligned columns

Name CommandType Version
New-MDAlert Function 0.0
New-MDCharacterStyle Function 0.0
New-MDCode Function 0.0
New-MDHeader Function 0.0
New-MDImage Function 0.0
New-MDInlineCode Function 0.0
New-MDLink Function 0.0
New-MDList Function 0.0
New-MDParagraph Function 0.0
New-MDQuote Function 0.0
New-MDTable Function 0.0
With aligned columns
Name CommandType Version
New-MDAlert Function 0.0
New-MDCharacterStyle Function 0.0
New-MDCode Function 0.0
New-MDHeader Function 0.0
New-MDImage Function 0.0
New-MDInlineCode Function 0.0
New-MDLink Function 0.0
New-MDList Function 0.0
New-MDParagraph Function 0.0
New-MDQuote Function 0.0
New-MDTable Function 0.0