Home 깃헙포스트 게시글 마크다운 작성 가이드 1
Post
Cancel

깃헙포스트 게시글 마크다운 작성 가이드 1

Heading levels

This is a fixture to test heading levels

Heading

This is an h1 heading

Sub-heading

This is an h2 heading

Sub-sub-heading

This is an h3 heading

Heading

This is an h1 heading

Sub-heading

This is an h2 heading

Sub-sub-heading

This is an h3 heading

Heading

This is an h1 heading

Sub-heading

This is an h2 heading

Sub-sub-heading

This is an h3 heading

마크다운으로 toc 구현

첫 번째

This is an h1 heading

두 번째

This is an h2 heading

세 번째

This is an h2 heading

  • Coursera python #괄호안에를 소문자로 해야적용됨. 대문자로 하면 링크가 작동 하지 않음.

#Coursera python

Coursera python

그냥 시범삼아.

devlopr jekyll - Styleguide


이탈릭체, 굵은 글씨체, 줄바꿈(space버튼 2번)

이탈릭에서 여기만 굵은글씨 다시 돌아옴 굵은글씨로 시작해서이탈릭으로 돌아왔다가 다시 굵어짐

너의 이름은.
파아워어레인저! ==============

Blockquote

this is h1!

  • list
    textbox #list 뒤에 tab을 입력하니 hierarchy가 생김.

이글을 쓰는 도중에 나는 아무생각이 없다.</br> 그냥 글을 두줄로 나눠야 한다는 생각뿐이다.

이 글도 마찬가지다 그냥 글을 두줄로 br 말고 \ 로 나눈다.
여기부터는 두번째 문장이다 나뉘어져 있다. \ 를 입력하고 엔터를 누르면 나뉜다.

그리고 글자에 색깔을 입력하는 방법이다. \textcolor{red}{red}

table

SyntaxDescription
HeaderTitle
ParagraphText

Tickbox

  • Write the press release
  • Update the website
  • Contact the media

The world is flat.

Lets try the different text styles Bold , Strong , Emphasis , Italic

Now, lets try different heading styles :

Hello in h1 !

Hello in h2 !

Hello in h3 !

Hello in h4 !

Hello in h5 !
Hello in h6 !

Unordered List

  • List Item 1
  • List Item 2
  • List Item 3
  • List Item 4
  • List Item 5

Ordered List

  1. List Item 1
  2. List Item 2
  3. List Item 3
  4. List Item 4
  5. List Item 5

This is a Block Quote, It can Expand Multiple Lines

You can use the mark tag to highlight text.

This line of text is meant to be deleted text

This line of text will render as underlined

This line of text is meant to be treated as fine print.

This line rendered as bold text.

This line rendered as italicized text.

attr

HTML


#HeadingHeadingHeadingHeadingHeadingHeadingHeadingHeadingHeading
1CellCellCellCellCellCellCellCellCell
2CellCellCellCellCellCellCellCellCell
3CellCellCellCellCellCellCellCellCell

YouTube Responsive Embed


Vimeo Responsive Embed


TED Responsive Embed


Twitch Responsive Embed


SoundCloud Embed


CodePen Embed


Syntax Highlighting

'use strict';
var markdown = require('markdown').markdown;
function Editor(input, preview) {
  this.update = function() {
    preview.innerHTML = markdown.toHTML(input.value);
  };
  input.editor = this;
  this.update();
}

You can add inline code just like this, E.g. .code { color: #fff; }

pre {
  background-color: #f4f4f4;
  max-width: 100%;
  overflow: auto;
}

GitHub gist Embed


Input Style


Twitter Embed


Instagram Embed

A post shared by Ahmad Ajmi (@ahmadajme) on

This post is licensed under CC BY 4.0 by the author.

[개발자 블로그] Chirpy테마 게시글 작성 가이드

깃헙블로그 시작하기!!