MarkDownTest

This is simple markdown poc for documentation.

Text styling

  1. Bold This is Bold
  2. Italic Italic.
  3. Strike-through Strike-through
  4. Base and power : logbx+logby
  5. URL link
  6. Text quote

This is text quote.

  1. Backtic for code and command git status
  2. Triple block for distinct block
def add(a, b) do
   (a+b)
end

List syntax

Ordered List

  1. One
  2. Two
  3. Three

Unordered List

  • One
  • Two
  • Three

Nested List

  1. First
    • One
      • Two
      • Three
        • Four
        • Five
  • First
    • One
      • Two
      • Three
        1. Four
        2. Five

Task List

  • First Task is completed.
  • Second Task is pending.
  • Third task done.
  • (Optional) Open a followup issue

Mention team member

@github/vid2010

Using emonji

👍 This PR looks great - it's ready to go! 🏃

Ignoring Markdown

*This is ignored* by github

Image

GitHub Logo

Table

Language Creator
Elixir Jose Valim
Scala Martin Oderskey
Java James Gasoline