First post
Heading 2 Heading 2 Heading 2 Heading 2 Heading 2 Heading 2 Heading 2 Heading 2
Main text. That clear wind of Ihatov, the blue sky that holds coldness even in summer, the Morioka city adorned with beautiful forests, the shimmering waves of grass in the suburbs. Also, when I think about the many people who joined together there, Fazero and Rozaro, shepherd Miro, children with red faces, landlord Temo, and mountain cat doctor Bogant Destupago, all of them now seem like nostalgic blue lantern slides in my mind. So, I will quietly attach small headings and write from May to October of that year of Ihatov.
Heading 3 Heading 3 Heading 3 Heading 3 Heading 3 Heading 3 Heading 3 Heading 3 Heading 3
- List
- That clear wind of Ihatov, the blue sky that holds coldness even in summer, the Morioka city adorned with beautiful forests, the shimmering waves of grass in the suburbs.
- aaaa
- aaaaaaaaaaaaa
- aaa
- aaaaa
Heading 4
- Numeric List
- Lorem ipsum elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- aaa
- aaa
- aaaaa
- aaa
- aaa
Basic Elements
- Italic
- Light Emphasis (b tag)
- Strong Emphasis.
Strikethrough- aaa
Inline Code
aaa - This text will have a footnote.1
- This text will have a footnote.2
- Link Text
- Uncompleted Check
- Completed Check
※ Small textQuote Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem Lorem
Link
- URL is automatically linked: https://astro.build/
- If you want to open in a new tab, write in HTML
- Link with title on hover
Definition List
- Cat
- Fluffy animal everyone likes
Table
Right-aligned | Left-aligned |
---|---|
aa | aa |
aadg | aadfgb |
header | Center-aligned | header |
---|---|---|
aa | aa | aa |
CODE Highlight
test.js
var elm = document.getElementById('gotop');
window.addEventListener('scroll', function()
if( window.pageYOffset > 200 ) elm.classList.add('show');
else elm.classList.remove('show');
}, false);
test.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</body>
</html>
Details / Summary
Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<details>
<summary>Summary</summary>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</details>