English (US)

description test

Like
0
Add to Mylist
Share
kanonji
Follow
1
PUBLIC
Published on2020/06/01
Show translation

Headings -------- # h1 # h1 ## h2 ## h2 ### h3 ### h3 #### h4 #### h4 ##### h5 ##### h5 ###### h6 ###### h6 Emphases -------- *strong* *strong* _strong_ _strong_ **strong more** **strong more** __strong more__ __strong more__ Lists ----- * Foo * Bar * Baz * Baz-Foo * Baz-Bar * Qux \ * Foo * Bar * Baz * Baz-Foo * Baz-Bar * Qux 1. No.1 2. No.2 3. No.3 1. No.3 - 1 1. No.3 - 2 4. No.4 \ 1. No.1 2. No.2 3. No.3 1. No.3 - 1 1. No.3 - 2 4. No.4 Definition lists ------------------- Foo: foo Foo: foo Bar : bar Bar : bar Backquotes ------------ > Foo bar. > Baz qux. > Foo bar. > Baz qux. > > quoting quoted text. > * You can quote a list. > * Etc. > > quoting quoted text. > * You can quote a list. > * Etc. Codes ------- ``` var text = document.createTextNode("Hello World!"); document.body.appendChild(text); ``` ``` var text = document.createTextNode("Hello World!"); document.body.appendChild(text); ``` ``` javascript var text = document.createTextNode("Hello World!"); document.body.appendChild(text); ``` ``` javascript var text = document.createTextNode("Hello World!"); document.body.appendChild(text); ``` Inline `code` text. Inline `code` text. Links ------- [Link text](http://example.com "Title attribute") [Link text](http://example.com "Title attribute") ![Alt attribute](http://placehold.it/350x150 "Title attribute") ![Alt attribute](http://placehold.it/350x150 "Title attribute") An [Link text][id]. Then, anywhere else in the doc, define the link: [id]: http://example.com/ "Title attribute" An [Link text][id]. Then, anywhere else in the doc, define the link: [id]: http://example.com/ "Title attribute"

0  Comments

1000 characters left

Related scenes