Markdown Showcase

July 28, 2024

Markdown Showcase 🚀

This note demonstrates key Markdown syntax and how it might be rendered in the app.


✨ Features Preview

  • Bold, italic, and combined
  • Strikethrough text
  • Inline code like const x = 10;
  • Task Lists:
    • Set up markdown parser
    • Add styling to headings
    • Handle images and links
  • Links: Markdown Cheatsheet

📊 Markdown Table

Syntax TypeExampleRendered?
Heading# Title
Bold**bold**
Code Block```js ```
Link[text](url)

“Markdown is not a replacement for HTML, but it can cover most writing needs.”


Comments

Comment submission form will be implemented here. (Future integration with backend)

User comments will be loaded and displayed here. (Future integration with backend: gRPC/Kafkac via Spring Boot)

Back to Notes