chore: fix line endings in v2

This commit is contained in:
Yangshun Tay 2018-09-17 12:50:43 +08:00
parent adbae6b2ba
commit a1de6dab04
46 changed files with 2262 additions and 2262 deletions

View file

@ -1,26 +1,26 @@
--- ---
id: docusaurus id: docusaurus
title: docusaurus title: docusaurus
--- ---
<h1 align="center"> <h1 align="center">
<p align="center">Docusaurus</p> <p align="center">Docusaurus</p>
<a href="https://docusaurus.io"><img src="/img/slash-introducing.png" alt="Docusaurus"></a> <a href="https://docusaurus.io"><img src="/img/slash-introducing.png" alt="Docusaurus"></a>
</h1> </h1>
<p align="center"> <p align="center">
<a href="https://www.npmjs.com/package/docusaurus"><a href="#backers" alt="sponsors on Open Collective"><img src="https://opencollective.com/Docusaurus/backers/badge.svg" /></a> <a href="#sponsors" alt="Sponsors on Open Collective"><img src="https://opencollective.com/Docusaurus/sponsors/badge.svg" /></a> <img src="https://img.shields.io/npm/v/docusaurus.svg?style=flat" alt="npm version"></a> <a href="https://www.npmjs.com/package/docusaurus"><a href="#backers" alt="sponsors on Open Collective"><img src="https://opencollective.com/Docusaurus/backers/badge.svg" /></a> <a href="#sponsors" alt="Sponsors on Open Collective"><img src="https://opencollective.com/Docusaurus/sponsors/badge.svg" /></a> <img src="https://img.shields.io/npm/v/docusaurus.svg?style=flat" alt="npm version"></a>
<a href="https://circleci.com/gh/facebook/Docusaurus"><img src="https://circleci.com/gh/facebook/Docusaurus.svg?style=shield" alt="CircleCI Status"></a> <a href="https://circleci.com/gh/facebook/Docusaurus"><img src="https://circleci.com/gh/facebook/Docusaurus.svg?style=shield" alt="CircleCI Status"></a>
<a href="CONTRIBUTING.md#pull-requests"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a> <a href="CONTRIBUTING.md#pull-requests"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
<a href="https://discord.gg/docusaurus"><img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" alt="Chat"></a> <a href="https://discord.gg/docusaurus"><img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg" alt="Chat"></a>
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"></a> <a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"></a>
<a href="https://github.com/facebook/jest"><img src="https://img.shields.io/badge/tested_with-jest-99424f.svg" alt="Tested with Jest"></a> <a href="https://github.com/facebook/jest"><img src="https://img.shields.io/badge/tested_with-jest-99424f.svg" alt="Tested with Jest"></a>
</p> </p>
## Introduction ## Introduction
Docusaurus is a project for easily building, deploying, and maintaining open source project websites. Docusaurus is a project for easily building, deploying, and maintaining open source project websites.
* **Simple to Start** Docusaurus is built to be easy to [get up and running](https://docusaurus.io/docs/en/installation.html) in as little time possible. We've built Docusaurus to handle the website build process so you can focus on your project. * **Simple to Start** Docusaurus is built to be easy to [get up and running](https://docusaurus.io/docs/en/installation.html) in as little time possible. We've built Docusaurus to handle the website build process so you can focus on your project.
* **Localizable** Docusaurus ships with [localization support](https://docusaurus.io/docs/en/translation.html) via CrowdIn. Empower and grow your international community by translating your documentation. * **Localizable** Docusaurus ships with [localization support](https://docusaurus.io/docs/en/translation.html) via CrowdIn. Empower and grow your international community by translating your documentation.
* **Customizable** While Docusaurus ships with the key pages and sections you need to get started, including a home page, a docs section, a [blog](https://docusaurus.io/docs/en/blog.html), and additional support pages, it is also [customizable](https://docusaurus.io/docs/en/custom-pages.html) as well to ensure you have a site that is [uniquely yours](https://docusaurus.io/docs/en/api-pages.html). * **Customizable** While Docusaurus ships with the key pages and sections you need to get started, including a home page, a docs section, a [blog](https://docusaurus.io/docs/en/blog.html), and additional support pages, it is also [customizable](https://docusaurus.io/docs/en/custom-pages.html) as well to ensure you have a site that is [uniquely yours](https://docusaurus.io/docs/en/api-pages.html).

View file

@ -1,51 +1,51 @@
--- ---
id: bar id: bar
title: My Title title: My Title
--- ---
# Remarkable # Remarkable
> Experience real-time editing with Remarkable! > Experience real-time editing with Remarkable!
Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results. Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results.
*** ***
# h1 Heading # h1 Heading
## h2 Heading ## h2 Heading
### h3 Heading ### h3 Heading
#### h4 Heading #### h4 Heading
##### h5 Heading ##### h5 Heading
###### h6 Heading ###### h6 Heading
## Horizontal Rules ## Horizontal Rules
This is horizontal rule This is horizontal rule
___ ___
*** ***
*** ***
## Emphasis ## Emphasis
**This is bold text** **This is bold text**
__This is bold text__ __This is bold text__
*This is italic text* *This is italic text*
_This is italic text_ _This is italic text_
~~Deleted text~~ ~~Deleted text~~
Superscript: 19^th^ Superscript: 19^th^
Subscript: H~2~O Subscript: H~2~O
++Inserted text++ ++Inserted text++
==Marked text== ==Marked text==

View file

@ -1,74 +1,74 @@
--- ---
id: baz id: baz
title: Test Markdown title: Test Markdown
--- ---
## Images ## Images
![Sakura](/img/sakura.png) ![Sakura](/img/sakura.png)
Like links, Images also have a footnote style syntax Like links, Images also have a footnote style syntax
![Alt text][id] ![Alt text][id]
With a reference later in the document defining the URL location: With a reference later in the document defining the URL location:
## Links ## Links
[link text](http://dev.nodeca.com) [link text](http://dev.nodeca.com)
[link with title](http://nodeca.github.io/pica/demo/ "title text!") [link with title](http://nodeca.github.io/pica/demo/ "title text!")
Autoconverted link https://github.com/nodeca/pica (enable linkify to see) Autoconverted link https://github.com/nodeca/pica (enable linkify to see)
## Footnotes ## Footnotes
Footnote 1 link[^first]. Footnote 1 link[^first].
Footnote 2 link[^second]. Footnote 2 link[^second].
Inline footnote^[Text of inline footnote] definition. Inline footnote^[Text of inline footnote] definition.
Duplicated footnote reference[^second]. Duplicated footnote reference[^second].
[^first]: Footnote **can have markup** [^first]: Footnote **can have markup**
and multiple paragraphs. and multiple paragraphs.
[^second]: Footnote text. [^second]: Footnote text.
## Definition lists ## Definition lists
Term 1 Term 1
: Definition 1 : Definition 1
with lazy continuation. with lazy continuation.
Term 2 with *inline markup* Term 2 with *inline markup*
: Definition 2 : Definition 2
{ some code, part of Definition 2 } { some code, part of Definition 2 }
Third paragraph of definition 2. Third paragraph of definition 2.
_Compact style:_ _Compact style:_
Term 1 Term 1
~ Definition 1 ~ Definition 1
Term 2 Term 2
~ Definition 2a ~ Definition 2a
~ Definition 2b ~ Definition 2b
## Abbreviations ## Abbreviations
This is HTML abbreviation example. This is HTML abbreviation example.
It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on. It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on.
*[HTML]: Hyper Text Markup Language *[HTML]: Hyper Text Markup Language

View file

@ -1,52 +1,52 @@
--- ---
id: hello id: hello
title: Hello, World ! title: Hello, World !
--- ---
## Relative links ## Relative links
Replace this Replace this
[highlight](highlight.md) [docusaurus](docusaurus.md) [highlight](highlight.md) [docusaurus](docusaurus.md)
Can't replace this Can't replace this
[file](file.md) [file](file.md)
Do not replace below Do not replace below
``` ```
[highlight](highlight.md) [docusaurus](docusaurus.md) [highlight](highlight.md) [docusaurus](docusaurus.md)
``` ```
## Blockquotes ## Blockquotes
> Blockquotes can also be nested... > Blockquotes can also be nested...
>> ...by using additional greater-than signs right next to each other... >> ...by using additional greater-than signs right next to each other...
> > > ...or with spaces between arrows. > > > ...or with spaces between arrows.
## Lists ## Lists
Unordered Unordered
+ Create a list by starting a line with `+`, `-`, or `*` + Create a list by starting a line with `+`, `-`, or `*`
+ Sub-lists are made by indenting 2 spaces: + Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start: - Marker character change forces new list start:
* Ac tristique libero volutpat at * Ac tristique libero volutpat at
+ Facilisis in pretium nisl aliquet + Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit - Nulla volutpat aliquam velit
+ Very easy! + Very easy!
Ordered Ordered
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit 2. Consectetur adipiscing elit
3. Integer molestie lorem at massa 3. Integer molestie lorem at massa
1. You can use sequential numbers... 1. You can use sequential numbers...
1. ...or keep all the numbers as `1.` 1. ...or keep all the numbers as `1.`
Start numbering with offset: Start numbering with offset:
57. foo 57. foo
1. bar 1. bar

View file

@ -1,44 +1,44 @@
--- ---
id: highlight id: highlight
title: Syntax highlighting demo title: Syntax highlighting demo
--- ---
```cpp ```cpp
#include<bits/stdc++.h> #include<bits/stdc++.h>
using namespace std; using namespace std;
int main() { int main() {
cout << "Hello world\n"; cout << "Hello world\n";
return 0; return 0;
} }
``` ```
```cpp ```cpp
#include <iostream> #include <iostream>
using namespace std; using namespace std;
int main() int main()
{ {
int n, i; int n, i;
bool isPrime = true; bool isPrime = true;
cout << "Enter a positive integer: "; cout << "Enter a positive integer: ";
cin >> n; cin >> n;
for(i = 2; i <= n / 2; ++i) for(i = 2; i <= n / 2; ++i)
{ {
if(n % i == 0) if(n % i == 0)
{ {
isPrime = false; isPrime = false;
break; break;
} }
} }
if (isPrime) if (isPrime)
cout << "This is a prime number"; cout << "This is a prime number";
else else
cout << "This is not a prime number"; cout << "This is not a prime number";
return 0; return 0;
} }
``` ```

View file

@ -1,12 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
<script src="<%= htmlWebpackPlugin.files.chunks.main.entry %>"></script> <script src="<%= htmlWebpackPlugin.files.chunks.main.entry %>"></script>
</body> </body>
</html> </html>

View file

@ -1,10 +1,10 @@
.mainContainer { .mainContainer {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 40px; margin-top: 40px;
margin-bottom: 30px; margin-bottom: 30px;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
justify-content: center; justify-content: center;
} }

View file

@ -1,39 +1,39 @@
.footer { .footer {
color: #777; color: #777;
margin-top: 30px; margin-top: 30px;
padding: 10px 15px; padding: 10px 15px;
height: 20px; height: 20px;
text-align: center; text-align: center;
border-top: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6;
} }
.routeLinks { .routeLinks {
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style: none; list-style: none;
position: absolute; position: absolute;
right: 0; right: 0;
left: 0; left: 0;
} }
.routeLinks li { .routeLinks li {
display: inline; display: inline;
} }
.routeLinks li a { .routeLinks li a {
color: inherit; color: inherit;
margin: 3px; margin: 3px;
padding: 3px 7px; padding: 3px 7px;
text-decoration: none; text-decoration: none;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 3px; border-radius: 3px;
} }
.routeLinks li a.selected, .routeLinks li a.selected,
.routeLinks li a:hover { .routeLinks li a:hover {
border-color: rgba(175, 47, 47, 0.1); border-color: rgba(175, 47, 47, 0.1);
} }
.routeLinks li a.selected { .routeLinks li a.selected {
border-color: rgba(175, 47, 47, 0.2); border-color: rgba(175, 47, 47, 0.2);
} }

View file

@ -1,66 +1,66 @@
--- ---
id: bar id: bar
title: Bar title: Bar
--- ---
# Remarkable # Remarkable
> Experience real-time editing with Remarkable! > Experience real-time editing with Remarkable!
Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results. Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results.
*** ***
# h1 Heading # h1 Heading
## h2 Heading ## h2 Heading
### h3 Heading ### h3 Heading
#### h4 Heading #### h4 Heading
##### h5 Heading ##### h5 Heading
###### h6 Heading ###### h6 Heading
## Horizontal Rules ## Horizontal Rules
___ ___
*** ***
*** ***
## Typographic replacements ## Typographic replacements
Enable typographer option to see result. Enable typographer option to see result.
(c) (C) (r) (R) (tm) (TM) (p) (P) +- (c) (C) (r) (R) (tm) (TM) (p) (P) +-
test.. test... test..... test?..... test!.... test.. test... test..... test?..... test!....
!!!!!! ???? ,, !!!!!! ???? ,,
Remarkable -- awesome Remarkable -- awesome
"Smartypants, double quotes" "Smartypants, double quotes"
'Smartypants, single quotes' 'Smartypants, single quotes'
## Emphasis ## Emphasis
**This is bold text** **This is bold text**
__This is bold text__ __This is bold text__
*This is italic text* *This is italic text*
_This is italic text_ _This is italic text_
~~Deleted text~~ ~~Deleted text~~
Superscript: 19^th^ Superscript: 19^th^
Subscript: H~2~O Subscript: H~2~O
++Inserted text++ ++Inserted text++
==Marked text== ==Marked text==

View file

@ -1,74 +1,74 @@
--- ---
id: baz id: baz
title: baz title: baz
--- ---
## Images ## Images
Like links, Images also have a footnote style syntax Like links, Images also have a footnote style syntax
![Alt text][id] ![Alt text][id]
With a reference later in the document defining the URL location: With a reference later in the document defining the URL location:
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" [id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## Links ## Links
[link text](http://dev.nodeca.com) [link text](http://dev.nodeca.com)
[link with title](http://nodeca.github.io/pica/demo/ "title text!") [link with title](http://nodeca.github.io/pica/demo/ "title text!")
Autoconverted link https://github.com/nodeca/pica (enable linkify to see) Autoconverted link https://github.com/nodeca/pica (enable linkify to see)
## Footnotes ## Footnotes
Footnote 1 link[^first]. Footnote 1 link[^first].
Footnote 2 link[^second]. Footnote 2 link[^second].
Inline footnote^[Text of inline footnote] definition. Inline footnote^[Text of inline footnote] definition.
Duplicated footnote reference[^second]. Duplicated footnote reference[^second].
[^first]: Footnote **can have markup** [^first]: Footnote **can have markup**
and multiple paragraphs. and multiple paragraphs.
[^second]: Footnote text. [^second]: Footnote text.
## Definition lists ## Definition lists
Term 1 Term 1
: Definition 1 : Definition 1
with lazy continuation. with lazy continuation.
Term 2 with *inline markup* Term 2 with *inline markup*
: Definition 2 : Definition 2
{ some code, part of Definition 2 } { some code, part of Definition 2 }
Third paragraph of definition 2. Third paragraph of definition 2.
_Compact style:_ _Compact style:_
Term 1 Term 1
~ Definition 1 ~ Definition 1
Term 2 Term 2
~ Definition 2a ~ Definition 2a
~ Definition 2b ~ Definition 2b
## Abbreviations ## Abbreviations
This is HTML abbreviation example. This is HTML abbreviation example.
It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on. It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on.
*[HTML]: Hyper Text Markup Language *[HTML]: Hyper Text Markup Language

View file

@ -1,54 +1,54 @@
--- ---
id: hello id: hello
title: Hello, World ! title: Hello, World !
--- ---
Hi, Endilie here :) Hi, Endilie here :)
## Relative links ## Relative links
Replace this Replace this
[foo](foo/bar.md) [foo](foo/bar.md)
Can't replace this Can't replace this
[file](file.md) [file](file.md)
Do not replace below Do not replace below
``` ```
[hello](hello.md) [hello](hello.md)
``` ```
## Blockquotes ## Blockquotes
> Blockquotes can also be nested... > Blockquotes can also be nested...
>> ...by using additional greater-than signs right next to each other... >> ...by using additional greater-than signs right next to each other...
> > > ...or with spaces between arrows. > > > ...or with spaces between arrows.
## Lists ## Lists
Unordered Unordered
+ Create a list by starting a line with `+`, `-`, or `*` + Create a list by starting a line with `+`, `-`, or `*`
+ Sub-lists are made by indenting 2 spaces: + Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start: - Marker character change forces new list start:
* Ac tristique libero volutpat at * Ac tristique libero volutpat at
+ Facilisis in pretium nisl aliquet + Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit - Nulla volutpat aliquam velit
+ Very easy! + Very easy!
Ordered Ordered
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit 2. Consectetur adipiscing elit
3. Integer molestie lorem at massa 3. Integer molestie lorem at massa
1. You can use sequential numbers... 1. You can use sequential numbers...
1. ...or keep all the numbers as `1.` 1. ...or keep all the numbers as `1.`
Start numbering with offset: Start numbering with offset:
57. foo 57. foo
1. bar 1. bar

View file

@ -1,7 +1,7 @@
--- ---
id: permalink id: permalink
title: Permalink title: Permalink
permalink: :baseUrl:docsUrl/:langPart/:versionPart/endiliey/:id permalink: :baseUrl:docsUrl/:langPart/:versionPart/endiliey/:id
--- ---
This has a different permalink This has a different permalink

View file

@ -1,17 +1,17 @@
import React from 'react'; import React from 'react';
import Helmet from 'react-helmet'; import Helmet from 'react-helmet';
import Layout from '@theme/Layout'; import Layout from '@theme/Layout';
export default class Home extends React.Component { export default class Home extends React.Component {
render() { render() {
return ( return (
<Layout {...this.props}> <Layout {...this.props}>
<Helmet> <Helmet>
<title>Home</title> <title>Home</title>
<link rel="stylesheet" type="text/css" href="/css/basic.css" /> <link rel="stylesheet" type="text/css" href="/css/basic.css" />
</Helmet> </Helmet>
<div>Home ... </div> <div>Home ... </div>
</Layout> </Layout>
); );
} }
} }

View file

@ -1,17 +1,17 @@
import React from 'react'; import React from 'react';
import Helmet from 'react-helmet'; import Helmet from 'react-helmet';
import Layout from '@theme/Layout'; import Layout from '@theme/Layout';
export default class Home extends React.Component { export default class Home extends React.Component {
render() { render() {
return ( return (
<Layout {...this.props}> <Layout {...this.props}>
<Helmet> <Helmet>
<title>Home</title> <title>Home</title>
<link rel="stylesheet" type="text/css" href="/css/basic.css" /> <link rel="stylesheet" type="text/css" href="/css/basic.css" />
</Helmet> </Helmet>
<div>Home ... </div> <div>Home ... </div>
</Layout> </Layout>
); );
} }
} }

View file

@ -1,66 +1,66 @@
--- ---
id: bar id: bar
title: Bar title: Bar
--- ---
# Remarkable # Remarkable
> Remarkable로 실시간 편집을 경험하십시오! > Remarkable로 실시간 편집을 경험하십시오!
깨끗한 슬레이트로 시작하려면`clear` 링크를 클릭하고 결과를 공유하거나 저장하려면`permalink`를 가져옵니다. 깨끗한 슬레이트로 시작하려면`clear` 링크를 클릭하고 결과를 공유하거나 저장하려면`permalink`를 가져옵니다.
*** ***
# h1 제목 # h1 제목
## h2 제목 ## h2 제목
### h3 제목 ### h3 제목
#### h4 헤딩 #### h4 헤딩
##### h5 제목 ##### h5 제목
###### h6 제목 ###### h6 제목
## 수평 규칙 ## 수평 규칙
___ ___
*** ***
*** ***
## 활자체 대체 ## 활자체 대체
입력기 옵션을 사용하면 결과를 볼 수 있습니다. 입력기 옵션을 사용하면 결과를 볼 수 있습니다.
(p) (P) + - (r) (t) (p) (P) + - (r) (t)
테스트 .. 테스트 ... 테스트 ..... 테스트? ..... 테스트! .... 테스트 .. 테스트 ... 테스트 ..... 테스트? ..... 테스트! ....
!!!!!! ???? ,, !!!!!! ???? ,,
놀라운 - 굉장한 놀라운 - 굉장한
"Smartypants, 큰 따옴표" "Smartypants, 큰 따옴표"
'Smartypants, 작은 따옴표' 'Smartypants, 작은 따옴표'
## 강조 ## 강조
** 이것은 굵은 글씨입니다 ** ** 이것은 굵은 글씨입니다 **
__ 이것은 굵은 글씨입니다 __ __ 이것은 굵은 글씨입니다 __
* 이탤릭체 텍스트 * * 이탤릭체 텍스트 *
_ 이탤릭체 텍스트 _ _ 이탤릭체 텍스트 _
~~ 삭제 된 텍스트 ~~ ~~ 삭제 된 텍스트 ~~
위 첨자 : 19 ^ th ^ 위 첨자 : 19 ^ th ^
아래 첨자 : H ~ 2 ~ O 아래 첨자 : H ~ 2 ~ O
++ 삽입 된 텍스트 ++ ++ 삽입 된 텍스트 ++
== 표시된 텍스트 == == 표시된 텍스트 ==

View file

@ -1,74 +1,74 @@
--- ---
id: baz id: baz
title: baz title: baz
--- ---
## 이미지 ## 이미지
링크와 마찬가지로 이미지에도 각주 스타일 구문이 있습니다. 링크와 마찬가지로 이미지에도 각주 스타일 구문이 있습니다.
! [Alt text] [id] ! [Alt text] [id]
나중에 URL 위치를 정의하는 문서에서 참조로 : 나중에 URL 위치를 정의하는 문서에서 참조로 :
[id] : https://octodex.github.com/images/dojocat.jpg "The Dojocat" [id] : https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## 링크 ## 링크
[링크 텍스트] (http://dev.nodeca.com) [링크 텍스트] (http://dev.nodeca.com)
[제목 링크] (http://nodeca.github.io/pica/demo/ "제목 텍스트!") [제목 링크] (http://nodeca.github.io/pica/demo/ "제목 텍스트!")
자동 변환 된 링크 https://github.com/nodeca/pica (linkify를 사용하도록 설정) 자동 변환 된 링크 https://github.com/nodeca/pica (linkify를 사용하도록 설정)
## 각주 ## 각주
각주 1 링크 [^ 첫 번째]. 각주 1 링크 [^ 첫 번째].
각주 2 링크 [^ 초]. 각주 2 링크 [^ 초].
인라인 각주 ^ [인라인 각주의 텍스트] 정의. 인라인 각주 ^ [인라인 각주의 텍스트] 정의.
중복 된 각주 참조 [^ 초]. 중복 된 각주 참조 [^ 초].
[^ first] : 각주 **는 마크 업을 가질 수 있습니다 ** [^ first] : 각주 **는 마크 업을 가질 수 있습니다 **
    및 여러 단락.     및 여러 단락.
[^ 초] : 각주 텍스트. [^ 초] : 각주 텍스트.
## 정의 목록 ## 정의 목록
1 학기 1 학기
정의 1 정의 1
게으른 연속. 게으른 연속.
* 인라인 마크 업과 함께 2 학기 * * 인라인 마크 업과 함께 2 학기 *
: 정의 2 : 정의 2
        {일부 코드, 정의 2의 일부}         {일부 코드, 정의 2의 일부}
    정의의 세 번째 단락 2.     정의의 세 번째 단락 2.
_ 컴팩트 스타일 : _ _ 컴팩트 스타일 : _
1 학기 1 학기
  ~ 정의 1   ~ 정의 1
2 학기 2 학기
  ~ 정의 2a   ~ 정의 2a
  ~ 정의 2b   ~ 정의 2b
## 약어 ## 약어
이것은 HTML 약어입니다. 이것은 HTML 약어입니다.
그것은 "HTML"을 변환하지만 "xxxHTMLyyy"와 같이 부분적인 항목을 그대로 유지합니다. 그것은 "HTML"을 변환하지만 "xxxHTMLyyy"와 같이 부분적인 항목을 그대로 유지합니다.
* [HTML] : 하이퍼 텍스트 마크 업 언어 * [HTML] : 하이퍼 텍스트 마크 업 언어

View file

@ -1,40 +1,40 @@
--- ---
id: hello id: hello
title: Hello, World ! title: Hello, World !
--- ---
안녕하세요, 여기 엔 틸리에 :) 안녕하세요, 여기 엔 틸리에 :)
## Blockquotes ## Blockquotes
> Blockquotes는 또한 중첩 될 수 있습니다 ... > Blockquotes는 또한 중첩 될 수 있습니다 ...
>> ... 서로 옆에 큰 더 큰 부호를 사용하여 ... >> ... 서로 옆에 큰 더 큰 부호를 사용하여 ...
>>> ... 또는 화살표 사이에 공백이 있어야합니다. >>> ... 또는 화살표 사이에 공백이 있어야합니다.
## 목록 ## 목록
정렬되지 않은 정렬되지 않은
+`+`,`-` 또는`*`를 사용하여 행을 시작하여 목록을 만듭니다. +`+`,`-` 또는`*`를 사용하여 행을 시작하여 목록을 만듭니다.
+ 하위 목록은 2 칸을 들여서 만들어집니다 : + 하위 목록은 2 칸을 들여서 만들어집니다 :
   - 마커 문자 변경으로 새로운 목록 시작 :    - 마커 문자 변경으로 새로운 목록 시작 :
     * AC tristique libero volutpat at      * AC tristique libero volutpat at
     + Preisium nisl aliquet에 대한 + 시설      + Preisium nisl aliquet에 대한 + 시설
     - Nulla volutpat aliquam velit      - Nulla volutpat aliquam velit
+ 매우 쉽습니다! + 매우 쉽습니다!
주문 됨 주문 됨
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. 컨소시엄 adipiscing 엘리트 2. 컨소시엄 adipiscing 엘리트
3. massa에서의 정수 lorem 3. massa에서의 정수 lorem
1. 일련 번호를 사용할 수 있습니다 ... 1. 일련 번호를 사용할 수 있습니다 ...
1. ... 또는 모든 숫자를 '1'로 유지하십시오. 1. ... 또는 모든 숫자를 '1'로 유지하십시오.
오프셋을 사용하여 번호 매기기 시작 : 오프셋을 사용하여 번호 매기기 시작 :
57. foo 57. foo
1. 막대기 1. 막대기

View file

@ -1,17 +1,17 @@
import React from 'react'; import React from 'react';
import Helmet from 'react-helmet'; import Helmet from 'react-helmet';
import Layout from '@theme/Layout'; import Layout from '@theme/Layout';
export default class Home extends React.Component { export default class Home extends React.Component {
render() { render() {
return ( return (
<Layout {...this.props}> <Layout {...this.props}>
<Helmet> <Helmet>
<title>Home</title> <title>Home</title>
<link rel="stylesheet" type="text/css" href="/css/basic.css" /> <link rel="stylesheet" type="text/css" href="/css/basic.css" />
</Helmet> </Helmet>
<div>Home ... </div> <div>Home ... </div>
</Layout> </Layout>
); );
} }
} }

View file

@ -1,66 +1,66 @@
--- ---
id: bar id: bar
title: Bar title: Bar
--- ---
# Remarkable # Remarkable
> Remarkable로 실시간 편집을 경험하십시오! > Remarkable로 실시간 편집을 경험하십시오!
깨끗한 슬레이트로 시작하려면`clear` 링크를 클릭하고 결과를 공유하거나 저장하려면`permalink`를 가져옵니다. 깨끗한 슬레이트로 시작하려면`clear` 링크를 클릭하고 결과를 공유하거나 저장하려면`permalink`를 가져옵니다.
*** ***
# h1 제목 # h1 제목
## h2 제목 ## h2 제목
### h3 제목 ### h3 제목
#### h4 헤딩 #### h4 헤딩
##### h5 제목 ##### h5 제목
###### h6 제목 ###### h6 제목
## 수평 규칙 ## 수평 규칙
___ ___
*** ***
*** ***
## 활자체 대체 ## 활자체 대체
입력기 옵션을 사용하면 결과를 볼 수 있습니다. 입력기 옵션을 사용하면 결과를 볼 수 있습니다.
(p) (P) + - (r) (t) (p) (P) + - (r) (t)
테스트 .. 테스트 ... 테스트 ..... 테스트? ..... 테스트! .... 테스트 .. 테스트 ... 테스트 ..... 테스트? ..... 테스트! ....
!!!!!! ???? ,, !!!!!! ???? ,,
놀라운 - 굉장한 놀라운 - 굉장한
"Smartypants, 큰 따옴표" "Smartypants, 큰 따옴표"
'Smartypants, 작은 따옴표' 'Smartypants, 작은 따옴표'
## 강조 ## 강조
** 이것은 굵은 글씨입니다 ** ** 이것은 굵은 글씨입니다 **
__ 이것은 굵은 글씨입니다 __ __ 이것은 굵은 글씨입니다 __
* 이탤릭체 텍스트 * * 이탤릭체 텍스트 *
_ 이탤릭체 텍스트 _ _ 이탤릭체 텍스트 _
~~ 삭제 된 텍스트 ~~ ~~ 삭제 된 텍스트 ~~
위 첨자 : 19 ^ th ^ 위 첨자 : 19 ^ th ^
아래 첨자 : H ~ 2 ~ O 아래 첨자 : H ~ 2 ~ O
++ 삽입 된 텍스트 ++ ++ 삽입 된 텍스트 ++
== 표시된 텍스트 == == 표시된 텍스트 ==

View file

@ -1,74 +1,74 @@
--- ---
id: baz id: baz
title: baz title: baz
--- ---
## 이미지 ## 이미지
링크와 마찬가지로 이미지에도 각주 스타일 구문이 있습니다. 링크와 마찬가지로 이미지에도 각주 스타일 구문이 있습니다.
! [Alt text] [id] ! [Alt text] [id]
나중에 URL 위치를 정의하는 문서에서 참조로 : 나중에 URL 위치를 정의하는 문서에서 참조로 :
[id] : https://octodex.github.com/images/dojocat.jpg "The Dojocat" [id] : https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## 링크 ## 링크
[링크 텍스트] (http://dev.nodeca.com) [링크 텍스트] (http://dev.nodeca.com)
[제목 링크] (http://nodeca.github.io/pica/demo/ "제목 텍스트!") [제목 링크] (http://nodeca.github.io/pica/demo/ "제목 텍스트!")
자동 변환 된 링크 https://github.com/nodeca/pica (linkify를 사용하도록 설정) 자동 변환 된 링크 https://github.com/nodeca/pica (linkify를 사용하도록 설정)
## 각주 ## 각주
각주 1 링크 [^ 첫 번째]. 각주 1 링크 [^ 첫 번째].
각주 2 링크 [^ 초]. 각주 2 링크 [^ 초].
인라인 각주 ^ [인라인 각주의 텍스트] 정의. 인라인 각주 ^ [인라인 각주의 텍스트] 정의.
중복 된 각주 참조 [^ 초]. 중복 된 각주 참조 [^ 초].
[^ first] : 각주 **는 마크 업을 가질 수 있습니다 ** [^ first] : 각주 **는 마크 업을 가질 수 있습니다 **
    및 여러 단락.     및 여러 단락.
[^ 초] : 각주 텍스트. [^ 초] : 각주 텍스트.
## 정의 목록 ## 정의 목록
1 학기 1 학기
정의 1 정의 1
게으른 연속. 게으른 연속.
* 인라인 마크 업과 함께 2 학기 * * 인라인 마크 업과 함께 2 학기 *
: 정의 2 : 정의 2
        {일부 코드, 정의 2의 일부}         {일부 코드, 정의 2의 일부}
    정의의 세 번째 단락 2.     정의의 세 번째 단락 2.
_ 컴팩트 스타일 : _ _ 컴팩트 스타일 : _
1 학기 1 학기
  ~ 정의 1   ~ 정의 1
2 학기 2 학기
  ~ 정의 2a   ~ 정의 2a
  ~ 정의 2b   ~ 정의 2b
## 약어 ## 약어
이것은 HTML 약어입니다. 이것은 HTML 약어입니다.
그것은 "HTML"을 변환하지만 "xxxHTMLyyy"와 같이 부분적인 항목을 그대로 유지합니다. 그것은 "HTML"을 변환하지만 "xxxHTMLyyy"와 같이 부분적인 항목을 그대로 유지합니다.
* [HTML] : 하이퍼 텍스트 마크 업 언어 * [HTML] : 하이퍼 텍스트 마크 업 언어

View file

@ -1,54 +1,54 @@
--- ---
id: hello id: hello
title: Hello, World ! title: Hello, World !
--- ---
안녕하세요, 여기 엔 틸리에 :) 안녕하세요, 여기 엔 틸리에 :)
## 상대 링크 ## 상대 링크
이것 바꾸기 이것 바꾸기
[foo](foo/bar.md) [foo](foo/bar.md)
이것을 대체 할 수 없습니다. 이것을 대체 할 수 없습니다.
[파일] (file.md) [파일] (file.md)
아래를 교체하지 마십시오. 아래를 교체하지 마십시오.
``` ```
[hello] (hello.md) [hello] (hello.md)
``` ```
## Blockquotes ## Blockquotes
> Blockquotes는 또한 중첩 될 수 있습니다 ... > Blockquotes는 또한 중첩 될 수 있습니다 ...
>> ... 서로 옆에 큰 더 큰 부호를 사용하여 ... >> ... 서로 옆에 큰 더 큰 부호를 사용하여 ...
>>> ... 또는 화살표 사이에 공백이 있어야합니다. >>> ... 또는 화살표 사이에 공백이 있어야합니다.
## 목록 ## 목록
정렬되지 않은 정렬되지 않은
+`+`,`-` 또는`*`를 사용하여 행을 시작하여 목록을 만듭니다. +`+`,`-` 또는`*`를 사용하여 행을 시작하여 목록을 만듭니다.
+ 하위 목록은 2 칸을 들여서 만들어집니다 : + 하위 목록은 2 칸을 들여서 만들어집니다 :
   - 마커 문자 변경으로 새로운 목록 시작 :    - 마커 문자 변경으로 새로운 목록 시작 :
     * AC tristique libero volutpat at      * AC tristique libero volutpat at
     + Preisium nisl aliquet에 대한 + 시설      + Preisium nisl aliquet에 대한 + 시설
     - Nulla volutpat aliquam velit      - Nulla volutpat aliquam velit
+ 매우 쉽습니다! + 매우 쉽습니다!
주문 됨 주문 됨
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. 컨소시엄 adipiscing 엘리트 2. 컨소시엄 adipiscing 엘리트
3. massa에서의 정수 lorem 3. massa에서의 정수 lorem
1. 일련 번호를 사용할 수 있습니다 ... 1. 일련 번호를 사용할 수 있습니다 ...
1. ... 또는 모든 숫자를 '1'로 유지하십시오. 1. ... 또는 모든 숫자를 '1'로 유지하십시오.
오프셋을 사용하여 번호 매기기 시작 : 오프셋을 사용하여 번호 매기기 시작 :
57. foo 57. foo
1. 막대기 1. 막대기

View file

@ -1,66 +1,66 @@
--- ---
id: version-1.0.0-bar id: version-1.0.0-bar
title: Bar title: Bar
--- ---
# Remarkable # Remarkable
> Remarkable로 실시간 편집을 경험하십시오! > Remarkable로 실시간 편집을 경험하십시오!
깨끗한 슬레이트로 시작하려면`clear` 링크를 클릭하고 결과를 공유하거나 저장하려면`permalink`를 가져옵니다. 깨끗한 슬레이트로 시작하려면`clear` 링크를 클릭하고 결과를 공유하거나 저장하려면`permalink`를 가져옵니다.
*** ***
# h1 제목 # h1 제목
## h2 제목 ## h2 제목
### h3 제목 ### h3 제목
#### h4 헤딩 #### h4 헤딩
##### h5 제목 ##### h5 제목
###### h6 제목 ###### h6 제목
## 수평 규칙 ## 수평 규칙
___ ___
*** ***
*** ***
## 활자체 대체 ## 활자체 대체
입력기 옵션을 사용하면 결과를 볼 수 있습니다. 입력기 옵션을 사용하면 결과를 볼 수 있습니다.
(p) (P) + - (r) (t) (p) (P) + - (r) (t)
테스트 .. 테스트 ... 테스트 ..... 테스트? ..... 테스트! .... 테스트 .. 테스트 ... 테스트 ..... 테스트? ..... 테스트! ....
!!!!!! ???? ,, !!!!!! ???? ,,
놀라운 - 굉장한 놀라운 - 굉장한
"Smartypants, 큰 따옴표" "Smartypants, 큰 따옴표"
'Smartypants, 작은 따옴표' 'Smartypants, 작은 따옴표'
## 강조 ## 강조
** 이것은 굵은 글씨입니다 ** ** 이것은 굵은 글씨입니다 **
__ 이것은 굵은 글씨입니다 __ __ 이것은 굵은 글씨입니다 __
* 이탤릭체 텍스트 * * 이탤릭체 텍스트 *
_ 이탤릭체 텍스트 _ _ 이탤릭체 텍스트 _
~~ 삭제 된 텍스트 ~~ ~~ 삭제 된 텍스트 ~~
위 첨자 : 19 ^ th ^ 위 첨자 : 19 ^ th ^
아래 첨자 : H ~ 2 ~ O 아래 첨자 : H ~ 2 ~ O
++ 삽입 된 텍스트 ++ ++ 삽입 된 텍스트 ++
== 표시된 텍스트 == == 표시된 텍스트 ==

View file

@ -1,74 +1,74 @@
--- ---
id: version-1.0.0-baz id: version-1.0.0-baz
title: baz title: baz
--- ---
## 이미지 ## 이미지
링크와 마찬가지로 이미지에도 각주 스타일 구문이 있습니다. 링크와 마찬가지로 이미지에도 각주 스타일 구문이 있습니다.
! [Alt text] [id] ! [Alt text] [id]
나중에 URL 위치를 정의하는 문서에서 참조로 : 나중에 URL 위치를 정의하는 문서에서 참조로 :
[id] : https://octodex.github.com/images/dojocat.jpg "The Dojocat" [id] : https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## 링크 ## 링크
[링크 텍스트] (http://dev.nodeca.com) [링크 텍스트] (http://dev.nodeca.com)
[제목 링크] (http://nodeca.github.io/pica/demo/ "제목 텍스트!") [제목 링크] (http://nodeca.github.io/pica/demo/ "제목 텍스트!")
자동 변환 된 링크 https://github.com/nodeca/pica (linkify를 사용하도록 설정) 자동 변환 된 링크 https://github.com/nodeca/pica (linkify를 사용하도록 설정)
## 각주 ## 각주
각주 1 링크 [^ 첫 번째]. 각주 1 링크 [^ 첫 번째].
각주 2 링크 [^ 초]. 각주 2 링크 [^ 초].
인라인 각주 ^ [인라인 각주의 텍스트] 정의. 인라인 각주 ^ [인라인 각주의 텍스트] 정의.
중복 된 각주 참조 [^ 초]. 중복 된 각주 참조 [^ 초].
[^ first] : 각주 **는 마크 업을 가질 수 있습니다 ** [^ first] : 각주 **는 마크 업을 가질 수 있습니다 **
    및 여러 단락.     및 여러 단락.
[^ 초] : 각주 텍스트. [^ 초] : 각주 텍스트.
## 정의 목록 ## 정의 목록
1 학기 1 학기
정의 1 정의 1
게으른 연속. 게으른 연속.
* 인라인 마크 업과 함께 2 학기 * * 인라인 마크 업과 함께 2 학기 *
: 정의 2 : 정의 2
        {일부 코드, 정의 2의 일부}         {일부 코드, 정의 2의 일부}
    정의의 세 번째 단락 2.     정의의 세 번째 단락 2.
_ 컴팩트 스타일 : _ _ 컴팩트 스타일 : _
1 학기 1 학기
  ~ 정의 1   ~ 정의 1
2 학기 2 학기
  ~ 정의 2a   ~ 정의 2a
  ~ 정의 2b   ~ 정의 2b
## 약어 ## 약어
이것은 HTML 약어입니다. 이것은 HTML 약어입니다.
그것은 "HTML"을 변환하지만 "xxxHTMLyyy"와 같이 부분적인 항목을 그대로 유지합니다. 그것은 "HTML"을 변환하지만 "xxxHTMLyyy"와 같이 부분적인 항목을 그대로 유지합니다.
* [HTML] : 하이퍼 텍스트 마크 업 언어 * [HTML] : 하이퍼 텍스트 마크 업 언어

View file

@ -1,54 +1,54 @@
--- ---
id: version-1.0.0-hello id: version-1.0.0-hello
title: Hello, World ! title: Hello, World !
--- ---
안녕하세요, 여기 엔 틸리에 :) 안녕하세요, 여기 엔 틸리에 :)
## 상대 링크 ## 상대 링크
이것 바꾸기 이것 바꾸기
[foo](foo/bar.md) [foo](foo/bar.md)
이것을 대체 할 수 없습니다. 이것을 대체 할 수 없습니다.
[파일] (file.md) [파일] (file.md)
아래를 교체하지 마십시오. 아래를 교체하지 마십시오.
``` ```
[hello] (hello.md) [hello] (hello.md)
``` ```
## Blockquotes ## Blockquotes
> Blockquotes는 또한 중첩 될 수 있습니다 ... > Blockquotes는 또한 중첩 될 수 있습니다 ...
>> ... 서로 옆에 큰 더 큰 부호를 사용하여 ... >> ... 서로 옆에 큰 더 큰 부호를 사용하여 ...
>>> ... 또는 화살표 사이에 공백이 있어야합니다. >>> ... 또는 화살표 사이에 공백이 있어야합니다.
## 목록 ## 목록
정렬되지 않은 정렬되지 않은
+`+`,`-` 또는`*`를 사용하여 행을 시작하여 목록을 만듭니다. +`+`,`-` 또는`*`를 사용하여 행을 시작하여 목록을 만듭니다.
+ 하위 목록은 2 칸을 들여서 만들어집니다 : + 하위 목록은 2 칸을 들여서 만들어집니다 :
   - 마커 문자 변경으로 새로운 목록 시작 :    - 마커 문자 변경으로 새로운 목록 시작 :
     * AC tristique libero volutpat at      * AC tristique libero volutpat at
     + Preisium nisl aliquet에 대한 + 시설      + Preisium nisl aliquet에 대한 + 시설
     - Nulla volutpat aliquam velit      - Nulla volutpat aliquam velit
+ 매우 쉽습니다! + 매우 쉽습니다!
주문 됨 주문 됨
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. 컨소시엄 adipiscing 엘리트 2. 컨소시엄 adipiscing 엘리트
3. massa에서의 정수 lorem 3. massa에서의 정수 lorem
1. 일련 번호를 사용할 수 있습니다 ... 1. 일련 번호를 사용할 수 있습니다 ...
1. ... 또는 모든 숫자를 '1'로 유지하십시오. 1. ... 또는 모든 숫자를 '1'로 유지하십시오.
오프셋을 사용하여 번호 매기기 시작 : 오프셋을 사용하여 번호 매기기 시작 :
57. foo 57. foo
1. 막대기 1. 막대기

View file

@ -1,66 +1,66 @@
--- ---
id: version-1.0.1-bar id: version-1.0.1-bar
title: Bar title: Bar
--- ---
# Remarkable # Remarkable
> Remarkable로 실시간 편집을 경험하십시오! > Remarkable로 실시간 편집을 경험하십시오!
깨끗한 슬레이트로 시작하려면`clear` 링크를 클릭하고 결과를 공유하거나 저장하려면`permalink`를 가져옵니다. 깨끗한 슬레이트로 시작하려면`clear` 링크를 클릭하고 결과를 공유하거나 저장하려면`permalink`를 가져옵니다.
*** ***
# h1 제목 # h1 제목
## h2 제목 ## h2 제목
### h3 제목 ### h3 제목
#### h4 헤딩 #### h4 헤딩
##### h5 제목 ##### h5 제목
###### h6 제목 ###### h6 제목
## 수평 규칙 ## 수평 규칙
___ ___
*** ***
*** ***
## 활자체 대체 ## 활자체 대체
입력기 옵션을 사용하면 결과를 볼 수 있습니다. 입력기 옵션을 사용하면 결과를 볼 수 있습니다.
(p) (P) + - (r) (t) (p) (P) + - (r) (t)
테스트 .. 테스트 ... 테스트 ..... 테스트? ..... 테스트! .... 테스트 .. 테스트 ... 테스트 ..... 테스트? ..... 테스트! ....
!!!!!! ???? ,, !!!!!! ???? ,,
놀라운 - 굉장한 놀라운 - 굉장한
"Smartypants, 큰 따옴표" "Smartypants, 큰 따옴표"
'Smartypants, 작은 따옴표' 'Smartypants, 작은 따옴표'
## 강조 ## 강조
** 이것은 굵은 글씨입니다 ** ** 이것은 굵은 글씨입니다 **
__ 이것은 굵은 글씨입니다 __ __ 이것은 굵은 글씨입니다 __
* 이탤릭체 텍스트 * * 이탤릭체 텍스트 *
_ 이탤릭체 텍스트 _ _ 이탤릭체 텍스트 _
~~ 삭제 된 텍스트 ~~ ~~ 삭제 된 텍스트 ~~
위 첨자 : 19 ^ th ^ 위 첨자 : 19 ^ th ^
아래 첨자 : H ~ 2 ~ O 아래 첨자 : H ~ 2 ~ O
++ 삽입 된 텍스트 ++ ++ 삽입 된 텍스트 ++
== 표시된 텍스트 == == 표시된 텍스트 ==

View file

@ -1,74 +1,74 @@
--- ---
id: version-1.0.1-baz id: version-1.0.1-baz
title: baz title: baz
--- ---
## 이미지 ## 이미지
링크와 마찬가지로 이미지에도 각주 스타일 구문이 있습니다. 링크와 마찬가지로 이미지에도 각주 스타일 구문이 있습니다.
! [Alt text] [id] ! [Alt text] [id]
나중에 URL 위치를 정의하는 문서에서 참조로 : 나중에 URL 위치를 정의하는 문서에서 참조로 :
[id] : https://octodex.github.com/images/dojocat.jpg "The Dojocat" [id] : https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## 링크 ## 링크
[링크 텍스트] (http://dev.nodeca.com) [링크 텍스트] (http://dev.nodeca.com)
[제목 링크] (http://nodeca.github.io/pica/demo/ "제목 텍스트!") [제목 링크] (http://nodeca.github.io/pica/demo/ "제목 텍스트!")
자동 변환 된 링크 https://github.com/nodeca/pica (linkify를 사용하도록 설정) 자동 변환 된 링크 https://github.com/nodeca/pica (linkify를 사용하도록 설정)
## 각주 ## 각주
각주 1 링크 [^ 첫 번째]. 각주 1 링크 [^ 첫 번째].
각주 2 링크 [^ 초]. 각주 2 링크 [^ 초].
인라인 각주 ^ [인라인 각주의 텍스트] 정의. 인라인 각주 ^ [인라인 각주의 텍스트] 정의.
중복 된 각주 참조 [^ 초]. 중복 된 각주 참조 [^ 초].
[^ first] : 각주 **는 마크 업을 가질 수 있습니다 ** [^ first] : 각주 **는 마크 업을 가질 수 있습니다 **
    및 여러 단락.     및 여러 단락.
[^ 초] : 각주 텍스트. [^ 초] : 각주 텍스트.
## 정의 목록 ## 정의 목록
1 학기 1 학기
정의 1 정의 1
게으른 연속. 게으른 연속.
* 인라인 마크 업과 함께 2 학기 * * 인라인 마크 업과 함께 2 학기 *
: 정의 2 : 정의 2
        {일부 코드, 정의 2의 일부}         {일부 코드, 정의 2의 일부}
    정의의 세 번째 단락 2.     정의의 세 번째 단락 2.
_ 컴팩트 스타일 : _ _ 컴팩트 스타일 : _
1 학기 1 학기
  ~ 정의 1   ~ 정의 1
2 학기 2 학기
  ~ 정의 2a   ~ 정의 2a
  ~ 정의 2b   ~ 정의 2b
## 약어 ## 약어
이것은 HTML 약어입니다. 이것은 HTML 약어입니다.
그것은 "HTML"을 변환하지만 "xxxHTMLyyy"와 같이 부분적인 항목을 그대로 유지합니다. 그것은 "HTML"을 변환하지만 "xxxHTMLyyy"와 같이 부분적인 항목을 그대로 유지합니다.
* [HTML] : 하이퍼 텍스트 마크 업 언어 * [HTML] : 하이퍼 텍스트 마크 업 언어

View file

@ -1,54 +1,54 @@
--- ---
id: version-1.0.1-hello id: version-1.0.1-hello
title: Hello, World ! title: Hello, World !
--- ---
안녕하세요, 여기 엔 틸리에 :) 안녕하세요, 여기 엔 틸리에 :)
## 상대 링크 ## 상대 링크
이것 바꾸기 이것 바꾸기
[foo](foo/bar.md) [foo](foo/bar.md)
이것을 대체 할 수 없습니다. 이것을 대체 할 수 없습니다.
[파일] (file.md) [파일] (file.md)
아래를 교체하지 마십시오. 아래를 교체하지 마십시오.
``` ```
[hello] (hello.md) [hello] (hello.md)
``` ```
## Blockquotes ## Blockquotes
> Blockquotes는 또한 중첩 될 수 있습니다 ... > Blockquotes는 또한 중첩 될 수 있습니다 ...
>> ... 서로 옆에 큰 더 큰 부호를 사용하여 ... >> ... 서로 옆에 큰 더 큰 부호를 사용하여 ...
>>> ... 또는 화살표 사이에 공백이 있어야합니다. >>> ... 또는 화살표 사이에 공백이 있어야합니다.
## 목록 ## 목록
정렬되지 않은 정렬되지 않은
+`+`,`-` 또는`*`를 사용하여 행을 시작하여 목록을 만듭니다. +`+`,`-` 또는`*`를 사용하여 행을 시작하여 목록을 만듭니다.
+ 하위 목록은 2 칸을 들여서 만들어집니다 : + 하위 목록은 2 칸을 들여서 만들어집니다 :
   - 마커 문자 변경으로 새로운 목록 시작 :    - 마커 문자 변경으로 새로운 목록 시작 :
     * AC tristique libero volutpat at      * AC tristique libero volutpat at
     + Preisium nisl aliquet에 대한 + 시설      + Preisium nisl aliquet에 대한 + 시설
     - Nulla volutpat aliquam velit      - Nulla volutpat aliquam velit
+ 매우 쉽습니다! + 매우 쉽습니다!
주문 됨 주문 됨
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. 컨소시엄 adipiscing 엘리트 2. 컨소시엄 adipiscing 엘리트
3. massa에서의 정수 lorem 3. massa에서의 정수 lorem
1. 일련 번호를 사용할 수 있습니다 ... 1. 일련 번호를 사용할 수 있습니다 ...
1. ... 또는 모든 숫자를 '1'로 유지하십시오. 1. ... 또는 모든 숫자를 '1'로 유지하십시오.
오프셋을 사용하여 번호 매기기 시작 : 오프셋을 사용하여 번호 매기기 시작 :
57. foo 57. foo
1. 막대기 1. 막대기

View file

@ -1,66 +1,66 @@
--- ---
id: version-1.0.0-bar id: version-1.0.0-bar
title: Bar title: Bar
--- ---
# Remarkable # Remarkable
> Experience real-time editing with Remarkable! > Experience real-time editing with Remarkable!
Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results. Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results.
*** ***
# h1 Heading # h1 Heading
## h2 Heading ## h2 Heading
### h3 Heading ### h3 Heading
#### h4 Heading #### h4 Heading
##### h5 Heading ##### h5 Heading
###### h6 Heading ###### h6 Heading
## Horizontal Rules ## Horizontal Rules
___ ___
*** ***
*** ***
## Typographic replacements ## Typographic replacements
Enable typographer option to see result. Enable typographer option to see result.
(c) (C) (r) (R) (tm) (TM) (p) (P) +- (c) (C) (r) (R) (tm) (TM) (p) (P) +-
test.. test... test..... test?..... test!.... test.. test... test..... test?..... test!....
!!!!!! ???? ,, !!!!!! ???? ,,
Remarkable -- awesome Remarkable -- awesome
"Smartypants, double quotes" "Smartypants, double quotes"
'Smartypants, single quotes' 'Smartypants, single quotes'
## Emphasis ## Emphasis
**This is bold text** **This is bold text**
__This is bold text__ __This is bold text__
*This is italic text* *This is italic text*
_This is italic text_ _This is italic text_
~~Deleted text~~ ~~Deleted text~~
Superscript: 19^th^ Superscript: 19^th^
Subscript: H~2~O Subscript: H~2~O
++Inserted text++ ++Inserted text++
==Marked text== ==Marked text==

View file

@ -1,74 +1,74 @@
--- ---
id: version-1.0.0-baz id: version-1.0.0-baz
title: Baz title: Baz
--- ---
## Images ## Images
Like links, Images also have a footnote style syntax Like links, Images also have a footnote style syntax
![Alt text][id] ![Alt text][id]
With a reference later in the document defining the URL location: With a reference later in the document defining the URL location:
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" [id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## Links ## Links
[link text](http://dev.nodeca.com) [link text](http://dev.nodeca.com)
[link with title](http://nodeca.github.io/pica/demo/ "title text!") [link with title](http://nodeca.github.io/pica/demo/ "title text!")
Autoconverted link https://github.com/nodeca/pica (enable linkify to see) Autoconverted link https://github.com/nodeca/pica (enable linkify to see)
## Footnotes ## Footnotes
Footnote 1 link[^first]. Footnote 1 link[^first].
Footnote 2 link[^second]. Footnote 2 link[^second].
Inline footnote^[Text of inline footnote] definition. Inline footnote^[Text of inline footnote] definition.
Duplicated footnote reference[^second]. Duplicated footnote reference[^second].
[^first]: Footnote **can have markup** [^first]: Footnote **can have markup**
and multiple paragraphs. and multiple paragraphs.
[^second]: Footnote text. [^second]: Footnote text.
## Definition lists ## Definition lists
Term 1 Term 1
: Definition 1 : Definition 1
with lazy continuation. with lazy continuation.
Term 2 with *inline markup* Term 2 with *inline markup*
: Definition 2 : Definition 2
{ some code, part of Definition 2 } { some code, part of Definition 2 }
Third paragraph of definition 2. Third paragraph of definition 2.
_Compact style:_ _Compact style:_
Term 1 Term 1
~ Definition 1 ~ Definition 1
Term 2 Term 2
~ Definition 2a ~ Definition 2a
~ Definition 2b ~ Definition 2b
## Abbreviations ## Abbreviations
This is HTML abbreviation example. This is HTML abbreviation example.
It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on. It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on.
*[HTML]: Hyper Text Markup Language *[HTML]: Hyper Text Markup Language

View file

@ -1,54 +1,54 @@
--- ---
id: version-1.0.0-hello id: version-1.0.0-hello
title: Hello, World ! title: Hello, World !
--- ---
Hi, Endilie here :) Hi, Endilie here :)
## Relative links ## Relative links
Replace this Replace this
[foo](foo/bar.md) [foo](foo/bar.md)
Can't replace this Can't replace this
[file](file.md) [file](file.md)
Do not replace below Do not replace below
``` ```
[hello](hello.md) [hello](hello.md)
``` ```
## Blockquotes ## Blockquotes
> Blockquotes can also be nested... > Blockquotes can also be nested...
>> ...by using additional greater-than signs right next to each other... >> ...by using additional greater-than signs right next to each other...
> > > ...or with spaces between arrows. > > > ...or with spaces between arrows.
## Lists ## Lists
Unordered Unordered
+ Create a list by starting a line with `+`, `-`, or `*` + Create a list by starting a line with `+`, `-`, or `*`
+ Sub-lists are made by indenting 2 spaces: + Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start: - Marker character change forces new list start:
* Ac tristique libero volutpat at * Ac tristique libero volutpat at
+ Facilisis in pretium nisl aliquet + Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit - Nulla volutpat aliquam velit
+ Very easy! + Very easy!
Ordered Ordered
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit 2. Consectetur adipiscing elit
3. Integer molestie lorem at massa 3. Integer molestie lorem at massa
1. You can use sequential numbers... 1. You can use sequential numbers...
1. ...or keep all the numbers as `1.` 1. ...or keep all the numbers as `1.`
Start numbering with offset: Start numbering with offset:
57. foo 57. foo
1. bar 1. bar

View file

@ -1,66 +1,66 @@
--- ---
id: version-1.0.1-bar id: version-1.0.1-bar
title: Bar title: Bar
--- ---
# Remarkable # Remarkable
> Experience real-time editing with Remarkable! > Experience real-time editing with Remarkable!
Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results. Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results.
*** ***
# h1 Heading # h1 Heading
## h2 Heading ## h2 Heading
### h3 Heading ### h3 Heading
#### h4 Heading #### h4 Heading
##### h5 Heading ##### h5 Heading
###### h6 Heading ###### h6 Heading
## Horizontal Rules ## Horizontal Rules
___ ___
*** ***
*** ***
## Typographic replacements ## Typographic replacements
Enable typographer option to see result. Enable typographer option to see result.
(c) (C) (r) (R) (tm) (TM) (p) (P) +- (c) (C) (r) (R) (tm) (TM) (p) (P) +-
test.. test... test..... test?..... test!.... test.. test... test..... test?..... test!....
!!!!!! ???? ,, !!!!!! ???? ,,
Remarkable -- awesome Remarkable -- awesome
"Smartypants, double quotes" "Smartypants, double quotes"
'Smartypants, single quotes' 'Smartypants, single quotes'
## Emphasis ## Emphasis
**This is bold text** **This is bold text**
__This is bold text__ __This is bold text__
*This is italic text* *This is italic text*
_This is italic text_ _This is italic text_
~~Deleted text~~ ~~Deleted text~~
Superscript: 19^th^ Superscript: 19^th^
Subscript: H~2~O Subscript: H~2~O
++Inserted text++ ++Inserted text++
==Marked text== ==Marked text==

View file

@ -1,74 +1,74 @@
--- ---
id: version-1.0.1-baz id: version-1.0.1-baz
title: Baz title: Baz
--- ---
## Images ## Images
Like links, Images also have a footnote style syntax Like links, Images also have a footnote style syntax
![Alt text][id] ![Alt text][id]
With a reference later in the document defining the URL location: With a reference later in the document defining the URL location:
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" [id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## Links ## Links
[link text](http://dev.nodeca.com) [link text](http://dev.nodeca.com)
[link with title](http://nodeca.github.io/pica/demo/ "title text!") [link with title](http://nodeca.github.io/pica/demo/ "title text!")
Autoconverted link https://github.com/nodeca/pica (enable linkify to see) Autoconverted link https://github.com/nodeca/pica (enable linkify to see)
## Footnotes ## Footnotes
Footnote 1 link[^first]. Footnote 1 link[^first].
Footnote 2 link[^second]. Footnote 2 link[^second].
Inline footnote^[Text of inline footnote] definition. Inline footnote^[Text of inline footnote] definition.
Duplicated footnote reference[^second]. Duplicated footnote reference[^second].
[^first]: Footnote **can have markup** [^first]: Footnote **can have markup**
and multiple paragraphs. and multiple paragraphs.
[^second]: Footnote text. [^second]: Footnote text.
## Definition lists ## Definition lists
Term 1 Term 1
: Definition 1 : Definition 1
with lazy continuation. with lazy continuation.
Term 2 with *inline markup* Term 2 with *inline markup*
: Definition 2 : Definition 2
{ some code, part of Definition 2 } { some code, part of Definition 2 }
Third paragraph of definition 2. Third paragraph of definition 2.
_Compact style:_ _Compact style:_
Term 1 Term 1
~ Definition 1 ~ Definition 1
Term 2 Term 2
~ Definition 2a ~ Definition 2a
~ Definition 2b ~ Definition 2b
## Abbreviations ## Abbreviations
This is HTML abbreviation example. This is HTML abbreviation example.
It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on. It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on.
*[HTML]: Hyper Text Markup Language *[HTML]: Hyper Text Markup Language

View file

@ -1,54 +1,54 @@
--- ---
id: version-1.0.1-hello id: version-1.0.1-hello
title: Hello, World ! title: Hello, World !
--- ---
Hi, Endilie here :) Hi, Endilie here :)
## Relative links ## Relative links
Replace this Replace this
[foo](foo/bar.md) [foo](foo/bar.md)
Can't replace this Can't replace this
[file](file.md) [file](file.md)
Do not replace below Do not replace below
``` ```
[hello](hello.md) [hello](hello.md)
``` ```
## Blockquotes ## Blockquotes
> Blockquotes can also be nested... > Blockquotes can also be nested...
>> ...by using additional greater-than signs right next to each other... >> ...by using additional greater-than signs right next to each other...
> > > ...or with spaces between arrows. > > > ...or with spaces between arrows.
## Lists ## Lists
Unordered Unordered
+ Create a list by starting a line with `+`, `-`, or `*` + Create a list by starting a line with `+`, `-`, or `*`
+ Sub-lists are made by indenting 2 spaces: + Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start: - Marker character change forces new list start:
* Ac tristique libero volutpat at * Ac tristique libero volutpat at
+ Facilisis in pretium nisl aliquet + Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit - Nulla volutpat aliquam velit
+ Very easy! + Very easy!
Ordered Ordered
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit 2. Consectetur adipiscing elit
3. Integer molestie lorem at massa 3. Integer molestie lorem at massa
1. You can use sequential numbers... 1. You can use sequential numbers...
1. ...or keep all the numbers as `1.` 1. ...or keep all the numbers as `1.`
Start numbering with offset: Start numbering with offset:
57. foo 57. foo
1. bar 1. bar

View file

@ -1,17 +1,17 @@
import React from 'react'; import React from 'react';
import Helmet from 'react-helmet'; import Helmet from 'react-helmet';
import Layout from '@theme/Layout'; import Layout from '@theme/Layout';
export default class Home extends React.Component { export default class Home extends React.Component {
render() { render() {
return ( return (
<Layout {...this.props}> <Layout {...this.props}>
<Helmet> <Helmet>
<title>Home</title> <title>Home</title>
<link rel="stylesheet" type="text/css" href="/css/basic.css" /> <link rel="stylesheet" type="text/css" href="/css/basic.css" />
</Helmet> </Helmet>
<div>Home ... </div> <div>Home ... </div>
</Layout> </Layout>
); );
} }
} }

View file

@ -1,66 +1,66 @@
--- ---
id: version-1.0.0-bar id: version-1.0.0-bar
title: Bar title: Bar
--- ---
# Remarkable # Remarkable
> Experience real-time editing with Remarkable! > Experience real-time editing with Remarkable!
Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results. Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results.
*** ***
# h1 Heading # h1 Heading
## h2 Heading ## h2 Heading
### h3 Heading ### h3 Heading
#### h4 Heading #### h4 Heading
##### h5 Heading ##### h5 Heading
###### h6 Heading ###### h6 Heading
## Horizontal Rules ## Horizontal Rules
___ ___
*** ***
*** ***
## Typographic replacements ## Typographic replacements
Enable typographer option to see result. Enable typographer option to see result.
(c) (C) (r) (R) (tm) (TM) (p) (P) +- (c) (C) (r) (R) (tm) (TM) (p) (P) +-
test.. test... test..... test?..... test!.... test.. test... test..... test?..... test!....
!!!!!! ???? ,, !!!!!! ???? ,,
Remarkable -- awesome Remarkable -- awesome
"Smartypants, double quotes" "Smartypants, double quotes"
'Smartypants, single quotes' 'Smartypants, single quotes'
## Emphasis ## Emphasis
**This is bold text** **This is bold text**
__This is bold text__ __This is bold text__
*This is italic text* *This is italic text*
_This is italic text_ _This is italic text_
~~Deleted text~~ ~~Deleted text~~
Superscript: 19^th^ Superscript: 19^th^
Subscript: H~2~O Subscript: H~2~O
++Inserted text++ ++Inserted text++
==Marked text== ==Marked text==

View file

@ -1,74 +1,74 @@
--- ---
id: version-1.0.0-baz id: version-1.0.0-baz
title: Baz title: Baz
--- ---
## Images ## Images
Like links, Images also have a footnote style syntax Like links, Images also have a footnote style syntax
![Alt text][id] ![Alt text][id]
With a reference later in the document defining the URL location: With a reference later in the document defining the URL location:
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" [id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## Links ## Links
[link text](http://dev.nodeca.com) [link text](http://dev.nodeca.com)
[link with title](http://nodeca.github.io/pica/demo/ "title text!") [link with title](http://nodeca.github.io/pica/demo/ "title text!")
Autoconverted link https://github.com/nodeca/pica (enable linkify to see) Autoconverted link https://github.com/nodeca/pica (enable linkify to see)
## Footnotes ## Footnotes
Footnote 1 link[^first]. Footnote 1 link[^first].
Footnote 2 link[^second]. Footnote 2 link[^second].
Inline footnote^[Text of inline footnote] definition. Inline footnote^[Text of inline footnote] definition.
Duplicated footnote reference[^second]. Duplicated footnote reference[^second].
[^first]: Footnote **can have markup** [^first]: Footnote **can have markup**
and multiple paragraphs. and multiple paragraphs.
[^second]: Footnote text. [^second]: Footnote text.
## Definition lists ## Definition lists
Term 1 Term 1
: Definition 1 : Definition 1
with lazy continuation. with lazy continuation.
Term 2 with *inline markup* Term 2 with *inline markup*
: Definition 2 : Definition 2
{ some code, part of Definition 2 } { some code, part of Definition 2 }
Third paragraph of definition 2. Third paragraph of definition 2.
_Compact style:_ _Compact style:_
Term 1 Term 1
~ Definition 1 ~ Definition 1
Term 2 Term 2
~ Definition 2a ~ Definition 2a
~ Definition 2b ~ Definition 2b
## Abbreviations ## Abbreviations
This is HTML abbreviation example. This is HTML abbreviation example.
It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on. It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on.
*[HTML]: Hyper Text Markup Language *[HTML]: Hyper Text Markup Language

View file

@ -1,40 +1,40 @@
--- ---
id: version-1.0.0-hello id: version-1.0.0-hello
title: Hello, World ! title: Hello, World !
--- ---
Hi, Endilie here :) Hi, Endilie here :)
## Blockquotes ## Blockquotes
> Blockquotes can also be nested... > Blockquotes can also be nested...
>> ...by using additional greater-than signs right next to each other... >> ...by using additional greater-than signs right next to each other...
> > > ...or with spaces between arrows. > > > ...or with spaces between arrows.
## Lists ## Lists
Unordered Unordered
+ Create a list by starting a line with `+`, `-`, or `*` + Create a list by starting a line with `+`, `-`, or `*`
+ Sub-lists are made by indenting 2 spaces: + Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start: - Marker character change forces new list start:
* Ac tristique libero volutpat at * Ac tristique libero volutpat at
+ Facilisis in pretium nisl aliquet + Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit - Nulla volutpat aliquam velit
+ Very easy! + Very easy!
Ordered Ordered
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit 2. Consectetur adipiscing elit
3. Integer molestie lorem at massa 3. Integer molestie lorem at massa
1. You can use sequential numbers... 1. You can use sequential numbers...
1. ...or keep all the numbers as `1.` 1. ...or keep all the numbers as `1.`
Start numbering with offset: Start numbering with offset:
57. foo 57. foo
1. bar 1. bar

View file

@ -1,66 +1,66 @@
--- ---
id: version-1.0.1-bar id: version-1.0.1-bar
title: Bar title: Bar
--- ---
# Remarkable # Remarkable
> Experience real-time editing with Remarkable! > Experience real-time editing with Remarkable!
Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results. Click the `clear` link to start with a clean slate, or get the `permalink` to share or save your results.
*** ***
# h1 Heading # h1 Heading
## h2 Heading ## h2 Heading
### h3 Heading ### h3 Heading
#### h4 Heading #### h4 Heading
##### h5 Heading ##### h5 Heading
###### h6 Heading ###### h6 Heading
## Horizontal Rules ## Horizontal Rules
___ ___
*** ***
*** ***
## Typographic replacements ## Typographic replacements
Enable typographer option to see result. Enable typographer option to see result.
(c) (C) (r) (R) (tm) (TM) (p) (P) +- (c) (C) (r) (R) (tm) (TM) (p) (P) +-
test.. test... test..... test?..... test!.... test.. test... test..... test?..... test!....
!!!!!! ???? ,, !!!!!! ???? ,,
Remarkable -- awesome Remarkable -- awesome
"Smartypants, double quotes" "Smartypants, double quotes"
'Smartypants, single quotes' 'Smartypants, single quotes'
## Emphasis ## Emphasis
**This is bold text** **This is bold text**
__This is bold text__ __This is bold text__
*This is italic text* *This is italic text*
_This is italic text_ _This is italic text_
~~Deleted text~~ ~~Deleted text~~
Superscript: 19^th^ Superscript: 19^th^
Subscript: H~2~O Subscript: H~2~O
++Inserted text++ ++Inserted text++
==Marked text== ==Marked text==

View file

@ -1,74 +1,74 @@
--- ---
id: version-1.0.1-baz id: version-1.0.1-baz
title: Baz title: Baz
--- ---
## Images ## Images
Like links, Images also have a footnote style syntax Like links, Images also have a footnote style syntax
![Alt text][id] ![Alt text][id]
With a reference later in the document defining the URL location: With a reference later in the document defining the URL location:
[id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat" [id]: https://octodex.github.com/images/dojocat.jpg "The Dojocat"
## Links ## Links
[link text](http://dev.nodeca.com) [link text](http://dev.nodeca.com)
[link with title](http://nodeca.github.io/pica/demo/ "title text!") [link with title](http://nodeca.github.io/pica/demo/ "title text!")
Autoconverted link https://github.com/nodeca/pica (enable linkify to see) Autoconverted link https://github.com/nodeca/pica (enable linkify to see)
## Footnotes ## Footnotes
Footnote 1 link[^first]. Footnote 1 link[^first].
Footnote 2 link[^second]. Footnote 2 link[^second].
Inline footnote^[Text of inline footnote] definition. Inline footnote^[Text of inline footnote] definition.
Duplicated footnote reference[^second]. Duplicated footnote reference[^second].
[^first]: Footnote **can have markup** [^first]: Footnote **can have markup**
and multiple paragraphs. and multiple paragraphs.
[^second]: Footnote text. [^second]: Footnote text.
## Definition lists ## Definition lists
Term 1 Term 1
: Definition 1 : Definition 1
with lazy continuation. with lazy continuation.
Term 2 with *inline markup* Term 2 with *inline markup*
: Definition 2 : Definition 2
{ some code, part of Definition 2 } { some code, part of Definition 2 }
Third paragraph of definition 2. Third paragraph of definition 2.
_Compact style:_ _Compact style:_
Term 1 Term 1
~ Definition 1 ~ Definition 1
Term 2 Term 2
~ Definition 2a ~ Definition 2a
~ Definition 2b ~ Definition 2b
## Abbreviations ## Abbreviations
This is HTML abbreviation example. This is HTML abbreviation example.
It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on. It converts "HTML", but keep intact partial entries like "xxxHTMLyyy" and so on.
*[HTML]: Hyper Text Markup Language *[HTML]: Hyper Text Markup Language

View file

@ -1,40 +1,40 @@
--- ---
id: version-1.0.1-hello id: version-1.0.1-hello
title: Hello, World ! title: Hello, World !
--- ---
Hi, Endilie here :) Hi, Endilie here :)
## Blockquotes ## Blockquotes
> Blockquotes can also be nested... > Blockquotes can also be nested...
>> ...by using additional greater-than signs right next to each other... >> ...by using additional greater-than signs right next to each other...
> > > ...or with spaces between arrows. > > > ...or with spaces between arrows.
## Lists ## Lists
Unordered Unordered
+ Create a list by starting a line with `+`, `-`, or `*` + Create a list by starting a line with `+`, `-`, or `*`
+ Sub-lists are made by indenting 2 spaces: + Sub-lists are made by indenting 2 spaces:
- Marker character change forces new list start: - Marker character change forces new list start:
* Ac tristique libero volutpat at * Ac tristique libero volutpat at
+ Facilisis in pretium nisl aliquet + Facilisis in pretium nisl aliquet
- Nulla volutpat aliquam velit - Nulla volutpat aliquam velit
+ Very easy! + Very easy!
Ordered Ordered
1. Lorem ipsum dolor sit amet 1. Lorem ipsum dolor sit amet
2. Consectetur adipiscing elit 2. Consectetur adipiscing elit
3. Integer molestie lorem at massa 3. Integer molestie lorem at massa
1. You can use sequential numbers... 1. You can use sequential numbers...
1. ...or keep all the numbers as `1.` 1. ...or keep all the numbers as `1.`
Start numbering with offset: Start numbering with offset:
57. foo 57. foo
1. bar 1. bar

View file

@ -1,11 +1,11 @@
module.exports = { module.exports = {
title: 'Hello', title: 'Hello',
tagline: 'Hello World', tagline: 'Hello World',
organizationName: 'endiliey', organizationName: 'endiliey',
projectName: 'hello', projectName: 'hello',
baseUrl: '/', baseUrl: '/',
useLessField: 'what', useLessField: 'what',
superman: 'lol', superman: 'lol',
admin: 'endi', admin: 'endi',
customFields: ['admin', 'superman'] customFields: ['admin', 'superman']
}; };

View file

@ -1,106 +1,106 @@
import React from 'react'; import React from 'react';
import Helmet from 'react-helmet'; import Helmet from 'react-helmet';
import Layout from '@theme/Layout'; import Layout from '@theme/Layout';
import Board from './board'; import Board from './board';
import styles from './styles.css'; import styles from './styles.css';
class Game extends React.Component { class Game extends React.Component {
constructor(props) { constructor(props) {
super(props); super(props);
this.state = { this.state = {
history: [ history: [
{ {
squares: Array(9).fill(null) squares: Array(9).fill(null)
} }
], ],
stepNumber: 0, stepNumber: 0,
xIsNext: true xIsNext: true
}; };
} }
calculateWinner(squares) { calculateWinner(squares) {
const lines = [ const lines = [
[0, 1, 2], [0, 1, 2],
[3, 4, 5], [3, 4, 5],
[6, 7, 8], [6, 7, 8],
[0, 3, 6], [0, 3, 6],
[1, 4, 7], [1, 4, 7],
[2, 5, 8], [2, 5, 8],
[0, 4, 8], [0, 4, 8],
[2, 4, 6] [2, 4, 6]
]; ];
for (let i = 0; i < lines.length; i++) { for (let i = 0; i < lines.length; i++) {
const [a, b, c] = lines[i]; const [a, b, c] = lines[i];
if ( if (
squares[a] && squares[a] &&
squares[a] === squares[b] && squares[a] === squares[b] &&
squares[a] === squares[c] squares[a] === squares[c]
) { ) {
return squares[a]; return squares[a];
} }
} }
return null; return null;
} }
handleClick(i) { handleClick(i) {
const history = this.state.history.slice(0, this.state.stepNumber + 1); const history = this.state.history.slice(0, this.state.stepNumber + 1);
const current = history[history.length - 1]; const current = history[history.length - 1];
const squares = current.squares.slice(); const squares = current.squares.slice();
if (this.calculateWinner(squares) || squares[i]) { if (this.calculateWinner(squares) || squares[i]) {
return; return;
} }
squares[i] = this.state.xIsNext ? 'X' : 'O'; squares[i] = this.state.xIsNext ? 'X' : 'O';
this.setState({ this.setState({
history: history.concat([ history: history.concat([
{ {
squares: squares squares: squares
} }
]), ]),
stepNumber: history.length, stepNumber: history.length,
xIsNext: !this.state.xIsNext xIsNext: !this.state.xIsNext
}); });
} }
jumpTo(step) { jumpTo(step) {
this.setState({ this.setState({
stepNumber: step, stepNumber: step,
xIsNext: step % 2 === 0 xIsNext: step % 2 === 0
}); });
} }
render() { render() {
const history = this.state.history; const history = this.state.history;
const current = history[this.state.stepNumber]; const current = history[this.state.stepNumber];
const winner = this.calculateWinner(current.squares); const winner = this.calculateWinner(current.squares);
const moves = history.map((step, move) => { const moves = history.map((step, move) => {
const desc = move ? 'Go to move #' + move : 'Go to game start'; const desc = move ? 'Go to move #' + move : 'Go to game start';
return ( return (
<li key={move}> <li key={move}>
<button onClick={() => this.jumpTo(move)}>{desc}</button> <button onClick={() => this.jumpTo(move)}>{desc}</button>
</li> </li>
); );
}); });
let status; let status;
if (winner) { if (winner) {
status = 'Winner: ' + winner; status = 'Winner: ' + winner;
} else { } else {
status = 'Next player: ' + (this.state.xIsNext ? 'X' : 'O'); status = 'Next player: ' + (this.state.xIsNext ? 'X' : 'O');
} }
return ( return (
<div className={styles.game}> <div className={styles.game}>
<div className={styles.gameBoard}> <div className={styles.gameBoard}>
<Board squares={current.squares} onClick={i => this.handleClick(i)} /> <Board squares={current.squares} onClick={i => this.handleClick(i)} />
</div> </div>
<div className={styles.gameInfo}> <div className={styles.gameInfo}>
<div>{status}</div> <div>{status}</div>
<ol>{moves}</ol> <ol>{moves}</ol>
</div> </div>
</div> </div>
); );
} }
} }
export default Game; export default Game;

View file

@ -1,44 +1,44 @@
.boardRow:after { .boardRow:after {
clear: both; clear: both;
content: ""; content: "";
display: table; display: table;
} }
.status { .status {
margin-bottom: 10px; margin-bottom: 10px;
} }
.square { .square {
background: #fff; background: #fff;
border: 1px solid #999; border: 1px solid #999;
float: left; float: left;
font-size: 24px; font-size: 24px;
font-weight: bold; font-weight: bold;
line-height: 34px; line-height: 34px;
height: 34px; height: 34px;
margin-right: -1px; margin-right: -1px;
margin-top: -1px; margin-top: -1px;
padding: 0; padding: 0;
text-align: center; text-align: center;
width: 34px; width: 34px;
} }
.square:focus { .square:focus {
outline: none; outline: none;
} }
.game { .game {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
justify-content: center; justify-content: center;
} }
.gameInfo { .gameInfo {
margin-left: 20px; margin-left: 20px;
} }
.gameBoard { .gameBoard {
margin-left: 10px; margin-left: 10px;
} }

View file

@ -1,9 +1,9 @@
{ {
"scripts": { "scripts": {
"start": "node ../bin/munseo start", "start": "node ../bin/munseo start",
"build": "node ../bin/munseo build" "build": "node ../bin/munseo build"
}, },
"dependencies": { "dependencies": {
"munseo": "../../munseo/" "munseo": "../../munseo/"
} }
} }

View file

@ -1,18 +1,18 @@
import React from 'react'; import React from 'react';
import Helmet from 'react-helmet'; import Helmet from 'react-helmet';
import Layout from '@theme/Layout'; import Layout from '@theme/Layout';
import Todo from '@site/components/Todo'; import Todo from '@site/components/Todo';
export default class Home extends React.Component { export default class Home extends React.Component {
render() { render() {
return ( return (
<Layout {...this.props}> <Layout {...this.props}>
<Helmet> <Helmet>
<title>Todo App</title> <title>Todo App</title>
<link rel="stylesheet" type="text/css" href="/css/basic.css" /> <link rel="stylesheet" type="text/css" href="/css/basic.css" />
</Helmet> </Helmet>
<Todo /> <Todo />
</Layout> </Layout>
); );
} }
} }

View file

@ -1,7 +1,7 @@
module.exports = { module.exports = {
title: 'Munseo', title: 'Munseo',
tagline: '📝⚡️ Transform your document (문서) to a website', tagline: '📝⚡️ Transform your document (문서) to a website',
organizationName: 'endiliey', organizationName: 'endiliey',
projectName: 'munseo', projectName: 'munseo',
baseUrl: '/' baseUrl: '/'
}; };