Example Post
Lorem ipsum dolor sit amet
Heading 2 Heading 2 Heading 2 Heading 2 Heading 2 Heading 2 Heading 2 Heading 2Section titled Heading%202%20Heading%202%20Heading%202%20Heading%202%20Heading%202%20Heading%202%20Heading%202%20Heading%202
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 3Section titled Heading%203%20Heading%203%20Heading%203%20Heading%203%20Heading%203%20Heading%203%20Heading%203%20Heading%203%20Heading%203
- 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 4Section titled Heading%204
- 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 ElementsSection titled Basic%20Elements
- 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
LinkSection titled 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 ListSection titled Definition%20List
- Cat
- Fluffy animal everyone likes
TableSection titled Table
Right-aligned | Left-aligned |
---|---|
aa | aa |
aadg | aadfgb |
header | Center-aligned | header |
---|---|---|
aa | aa | aa |
CODE HighlightSection titled CODE%20Highlight
test.jsSection titled 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.htmlSection titled 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 / SummarySection titled Details%20%2F%20Summary
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>