MDshka

1
README.md

MDshechka

Headers

h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Moving Logos



Dropdown

A dropdown list for markdown
  1. First item must be preceeded with an empty line.
  2. Markdown renders perfectly.
  3. Extra item.

Emoji

@qashka2 👍 This PR looks great - it's ready to merge! 👎

Alternatively, for H1 and H2, an underline-ish style:

Alt-H1

Alt-H2

BIS

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough


Lists

  • Unordered list can use asterisks
  • Or minuses
  • Or pluses
  1. Make my changes
    1. Fix bug
      1. qwe
    2. qwe
      1. qwe
        1. qwe
        2. qwe
          1. qwe
    3. Improve formatting
      • Make the headings bigger
  2. Push my commits to GitHub
  3. Open a pull request
    • Describe my changes
    • Mention all the members of my team
      • Ask for feedback
  • Create a list by starting a line with
    +
    ,
    -
    , or
    *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Task lists

Task lists

  • Finish my changes
  • Push my commits to GitHub
  • Open a pull request
  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

Ignoring Markdown formatting

You can tell GitHub to ignore (or escape) Markdown formatting by using \ before the Markdown character.

Let's rename *our-new-project* to *our-old-project*.


Links

I'm an inline-style link

I'm an inline-style link with title

I'm a reference-style link

I'm a relative reference to a repository file

You can use numbers for reference-style link definitions

Or leave it empty and use the link text itself.

URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com or http://www.example.com and sometimes example.com (but not on Github, for example).

Some text to show that the reference links can follow later.


Images

Inline-style: alt text alt text

Reference-style: alt text

Minion


Footnotes

Footnote 1 link1.

Footnote 2 link2.

Inline footnote^[Text of inline footnote] definition.

Duplicated footnote reference2.


Code and Syntax Highlighting

code
- выделение текста как код `

code
- выделение текста как код ``

выделение текста как код c ``` import "fmt" func main() { fmt.Println("Markdown") }

Tables

Colons can be used to align columns.

TablesAreCoolTablesAreCoolTablesAreCoolTablesAreCoolTablesAreCoolTablesAreCoolTablesAreCool
col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600
col 2 iscentered$12col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600
zebra stripesare neat$1zebra stripesare neat$1zebra stripesare neat$1zebra stripesare neat$1col 3 isright-aligned$1600col 3 isright-aligned$1600col 3 isright-aligned$1600
MarkdownLessPretty
Still
renders
nicely
123
First HeaderSecond Header
Content CellContent Cell
Content CellContent Cell
CommandDescription
git statusList all new or modified files
git diffShow file differences that haven't been staged
CommandDescription
git status
List all new or modified files
git diff
Show file differences that haven't been staged
Left-alignedCenter-alignedRight-aligned
git statusgit statusgit status
git diffgit diffgit diff
NameCharacter
Backtick`
Pipe|

Blockquotes

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.

Blockquotes can also be nested...

...by using additional greater-than signs right next to each other...

...or with spaces between arrows.


Inline HTML

Definition list
Is something people use sometimes.
Markdown in HTML
Does *not* work **very** well. Use HTML tags.

Horizontal Rules

Three or more...


Hyphens


Asterisks


Underscores


H2O

H2O

Here is a simple footnote3.

A footnote can also have multiple lines4.

Footnotes

  1. Footnote can have markup

    and multiple paragraphs.

  2. Footnote text. 2

  3. My reference.

  4. To add line breaks within a footnote, prefix new lines with 2 spaces. This is a second line.