LinHeMa / TEST

0 stars 0 forks source link

測試出發 #44

Open LinHeMa opened 2 years ago

LinHeMa commented 2 years ago
tabels are cool

Three or more...


Hyphens


Asterisks


Underscores

<img src="http://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg" alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" />

Definition list
Is something people use sometimes.
Markdown in HTML
Does *not* work **very** well. Use HTML tags.
if(true){
    const obj = {name : 'albert',age:10}
    const obj2 = {...obj, name:'John'}
}