Skip to content

AlexisVil/markdown-test-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

my title

my title h2

my title h3

my title h4

my title h5
my title h6

this is an italic text

this is an strong text

this is an striketrough text

  • APPLE
    • apple two
  • orange
    • orange two
  • etc
  1. apple

    1. red
  2. orange

    1. orange
  3. pineapple

    1. yellow

faztweb.com

faztweb.com

this is a quote



console.log('Hello world')

//javascript
let sum = 0;
const numbers = [65, 44, 12, 4];
numbers.forEach(myFunction);

function myFunction(item) {
  sum += item;
}
**python
print("hello world")
<!--HTML-->
<h1>hello world</h1>
// Java code to illustrate
// System.out.println();
  
import java.io.*;
  
class GFG {
    public static void main(String[] args)
    {
        System.out.println("Welcome");
        System.out.println("To");
        System.out.println("GeeksforGeeks");
    }
}
title 1 title2
asdsdsd asddss
item item
item item

visual studio code logo

  • Task 1
  • Task 2
  • Task 3
  • Task 4

@faztweb 🎶 😎

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published