Git Product home page Git Product logo

markdown-demo's Introduction

Markdown Demo

A basic example of most available Markdown syntax.

Headings

Headings are added using a # for heading level one, ## for heading level two, etc...

Heading Level Two

## Heading Level Two

Paragraphs

Paragraphs are added by simply adding text on their own line.

This is a a paragraph.

And this is another paragraph. 

Links

Links are added using square brackets for the clickable part and round brackets for the URL.

[codeadam.ca](https://codeadam.ca)

Images

Images are added imilarly to links. The image description is placed in square brackets, and a URL to the image is placed in the round brackets. The different between an image and a link, is that an image stats with an exclamation mark !.

This image:

codeadam.ca logo

Was added using this code:

![codeadam.ca logo](https://raw.githubusercontent.com/codeadamca/markdown-demo/main/logo.png)

Adding Code to Markdown

You can add inline code using a single backtick. Or a block of code using thee backticks:

# This is a Level One Header
## This is a Level Two Header

You can specify the language in a block of code after the three ticks:

# This is a Level One Header
## This is a Level Two Header

Here is some sample JavaScript:

document.write("Hello World!");

Tables

To add tables to a Markdown documnet you use a series of dashes and bars:

Heading 1 Heading 2 Heading 3
Value 1 Value 2 Value 3

Tables in your Markdown file don't need to line up:

Heading 1 Heading 2 Heading 3
Value 1 Value 2 Value 3

Lists

You can add lists using number <ol> or dashes <ul>:

  1. This is the first list item.

  2. This is the second list item.

    This is the second paragraph in the second list item.

  3. This is the third list item.


Repo References

markdown-demo's People

Contributors

codeadamca avatar

Stargazers

Geová Ramalho dos Santos 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.