Skip to content

Instantly share code, notes, and snippets.

@ulgoon
Created July 14, 2022 02:51
Show Gist options
  • Save ulgoon/185c41ab4e196c00b17dfddfbd70a94c to your computer and use it in GitHub Desktop.
Save ulgoon/185c41ab4e196c00b17dfddfbd70a94c to your computer and use it in GitHub Desktop.
220714

Heading text

이 문장은 1950년 영국에서 시작된 문장입니다.

h6 heading text

이 문장은 1950년 영국에서 시작된 문장입니다. <h1></h1> ~ <h6></h6>

문단작성은 아무 기호 없이 그냥 작성하시면 됩니다. <p></p>

나의 선호하는 프로그래밍 언어

  1. Java
  2. Python
  3. Golang

<ol><li></li></ol>

노트북 제조사 종류

  • A사
  • S사
  • L사
  • L사
  • D사

<ul><li></li><ul>

Image

Bridge

<img src="source url" alt="Bridge">

Link

Go to google

<a href="https://www.google.com/">Go to google</a>

강조하기

문장 안에서 특정한 부분을 강조하려면 backquote를 쓰시면 됩니다.

<span style='color:red; background-color:pink;'>backquote</span>

import random

result = random.randint(1,45)
print(result)
<head>
  <meta charset="utf-8">
  <title>My markdown Page</title>
</head>

취소선 <s></s>

plain text Bold

<b></b>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment