banner
Usagi

Usagi

RSS3 & CrossBell CoFounder Usagi šŸ«”
twitter
jike
instagram

I like it.

I like the warm winter sun
I like the spring grass
I like the courtyard in the afternoon and the swing next to it
I like the summer ice
I like the clear autumn moon
The night sky, the stars all over the sky
I like the frogs after the rain
I like the apricot blossoms in front of the mountain
I like the aquarium kissed by the sunset light on Wednesday evening
I like the groups of wild ducks
I like the messy bookshelves
The terrace with a clear breeze, the distant sea of lights
I like walking on the deserted Highway 96
I like Kimura Takuya's long hair
I like the deer running on the endless field
I like the banyan tree in front of grandma's house
I like my mother's bento
I like my father's stubble
I like the amusement park that is still open on August nights
I like the school bell after class
I like the night when the power goes out
Light a pair of candles in the quiet porch
I like the distant mountains at the end of the city
I like the hot air balloon flying into the western sky
I like the slate road in the early morning
The misty breakfast shop, Grandpa's osmanthus cake
I like every sunset cloud, every green tree
I like you, you should know

The way I love you#


Bold test
Bold

Next is the list test:

  • List 1
  • List 2
  • List 3

External image test

Next is the external link test:

Check out RSS3.io#

Hightlight test Bold and Code.


What is Markdown#

Markdown is a lightweight markup language that is easy to remember and write. Users can use these markup symbols to generate expressive documents with minimal input, such as the document you are reading. It uses simple symbols to mark different headings, separate paragraphs, make certain words bold or italic, and even more importantly, it can

1. Create a to-do list#

  • TODO 1
  • TODO 2
  • DONE 3

2. Write a conservation of energy formula1#

E=mc2E=mc^2

3. Highlight a code snippet#

@requires_authorization
class SomeClass:
    pass

if __name__ == '__main__':
    # A comment
    print 'hello world'

4. Efficiently draw flowcharts#

st=>start: Start
op=>operation: Your Operation
cond=>condition: Yes or No?
e=>end

st->op->cond
cond(yes)->e
cond(no)->op

5. Efficiently draw sequence diagrams#

Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!

6. Efficiently draw Gantt charts#

    title Project Development Process
    section Project Determination
        Requirements Analysis       :a1, 2016-06-22, 3d
        Feasibility Report     :after a1, 5d
        Concept Verification       : 5d
    section Project Implementation
        Outline Design      :2016-07-05  , 5d
        Detailed Design      :2016-07-08, 10d
        Coding          :2016-07-15, 10d
        Testing          :2016-07-22, 5d
    section Release Acceptance
        Release: 2d
        Acceptance: 3d

7. Draw tables#

ItemPriceQuantity
Computer$16005
Phone$1212
Pipeline$1234

August 07, 2022

Footnotes#

  1. May not be supported yet ā†©

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.