Maybe some are unaware of these useful first comment tricks
Shane Yan
1 reply
A friend asked me before, So I realized that maybe some people still don't know how to format the first comment on the launch page. Here are some very practical tricks:
- Bold text: <b>This text is bold</b>
- Italic text: <i>This text is italic</i>
- Insert a link: <a href="https://www.example.com">This is a link</a>
- Insert an image: <img src="path/to/your/image.jpg" alt="Descriptive text">
- Unordered list: <ul><li>Unordered list item 1</li><li>Unordered list item 2</li></ul>
- Ordered list: <ol><li>Ordered list item 1</li><li>Ordered list item 2</li></ol>
Replies
Jim Engine@jim_engine
Camocopy
Nice, I didn't even know that and I am here since 6 years now 😂
Share