테스트
고작 이거 하나 만든다고 1시간을 넘게 썼어요.
오우 오우 링크 테스트였고, 기울어진 글자 같은 것도 있군요?
’>’을 쓰면 이렇게 된답니다~
Inline HTML elements
HTML로 게시글을 직접 만들어야 한대요. 귀찮겠는걸요? 구글로 가는 하이퍼링크.
- To bold text, use
<strong>
. - To italicize text, use
<em>
. - To highlight, use
<mark>
. - Abbreviations, like HTML should use
<abbr>
, with an optionaltitle
attribute for the full phrase. - Citations, like — Mark Otto, should use
<cite>
. Deletedtext should use<del>
and inserted text should use<ins>
.- Superscript text uses
<sup>
and subscript text uses<sub>
.
이 위에 있는 것들은 귀찮아서 안고쳤어요. 미래의 내가 보겠죠?
Footnotes
Clicking this number1 오우 주석이래요
Each footnote needs the ^fn-
prefix and a unique ID to be referenced for the footnoted content. The syntax for that list looks something like this:
잘 써먹으라고 하네요~
Code
Inline code is available with the <code>
element.
You may also optionally show code snippets with line numbers. Add linenos
to the Rouge tags.
1
2
3
4
5
6
7
8
// Example can be run directly in your JavaScript console
// Create a function that takes two arguments and returns the sum of those arguments
var adder = new Function("a", "b", "return a + b");
// Call the function
adder(2, 6);
// > 8
Lists
- 가
- 나
- 다
- A
- B
- C
- HyperText Markup Language (HTML)
- The language used to describe and define the content of a Web page
- Cascading Style Sheets (CSS)
- Used to describe the appearance of Web content
- JavaScript (JS)
- The programming language used to build advanced Web sites and applications
Images
이건 뭔데 안되나요?
가운데 정렬이래요. class="align-center"
:
Tables
오우 이런…
Name | Upvotes | Downvotes |
---|---|---|
Totals | 21 | 23 |
Alice | 10 | 11 |
Bob | 4 | 3 |
Charlie | 7 | 9 |
그러하답니다~
Want to see something else added? Open an issue.
-
반갑습니다~ ↩