Skip to content

pleonidou/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Markdown Language - Important Tags

  • Headings

    • Heading 1

    • Heading 2

    • Heading 3

    • Heading 4

  • Emphasis

    • italic text
    • bold text
  • Tables

heading 1 heading 2 heading 3
- data 1 - data 2 - data 3
  • Fenced Code Block

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
  • Image from web

this is a random image from the web

  • Image from repository (relative path)

this is an image stored in the repository

  • Formatting imgs on Git with html -- no option to do it only with Markdown Lang

  • Adding links

this is a link to Markdown Cheat Sheet

go to tables section

  • Footnotes

Adding a footnode like this. 1

Footnotes

  1. This is the footnote.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published