Coder Social home page Coder Social logo

basic-markdown-code-'s Introduction

Basic-Markdown-Code-

Headings

Level 1

Level 2

Level 3

Level 4

Level 5
Level 6

Emphasis Bold: bold Italic: italic Bold and italic: Bold and italic Strike through: Strike through Unordered lists

  • item 1
  • item 2
  • item 3 Ordered list
  1. item 1
  2. item 2
  3. item 3 Nested lists
  • item 1
    • sub-item 1.1
    • sub-item 1.2
  • item 2
    • sub-item 2.1
    • sub-item 2.2 Mixed nested lists
  1. item 1
    • sub-item 1.1
    • sub-item 1.2
  2. item 2
    • sub-item 2.1
    • sub-item 2.2 Inline code Numbers: 42 Variable names: profit Expressions: y = 3*x + 1 Block code
def say_hi(name):
    print(f"Hello {name}")
    print("Have a good day")

Inline Latex $E = mc^2$ Block Latex $$ M = \begin{bmatrix}a_1 & b_1\ a_2 & b_2 \ a_3 & b_3 \end{bmatrix} $$ Links Google Single-paragraph quotes

This is a quote Multi-paragraph quotes This is the first paragraph

This is the second paragraph Images Caption Tables | id | name | email | |----|------------|------------------| | 1 | John Doe | [email protected] | | 2 | Jane Smith | [email protected] | | 3 | Nam Tran | [email protected] | Emails [email protected] HTML

This is a paragraph

Next one will be an unordered list

  • item 1
  • item 1 in bold
  • item 3 in red
Horizontal lines --- Foot notes This line will have a foot note [^1] [^1]: here is the foot note

basic-markdown-code-'s People

Contributors

imohitpatel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.