Skip to content

dmuniz41/markdown-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Title

Subtitle

This is an italic text

This is an strong text

This is an strikethrough text

  • apple
    • apple2
  • orange
  • etc
  1. orange
    1. orange 2
  2. apple
  3. etc

google.com

google.com

this is a quote



console.log('hello world')

import "../styles/globals.css";
import type { AppProps } from "next/app";

export default function App({ Component, pageProps }: AppProps) {
  return (
    <section className=" dark:bg-gray-800 bg-blue-200 min-h-screen grid place-content-center">
      <Component {...pageProps} />
    </section>
  );
}
Header Header Header
asd asd asd
------ ------ ------
------ ------ ------

visual studio code logo

  • task 1
  • task 2
  • task 3
  • task 4

Emojis

👍 😄

About

Markdown Practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors