July 28, 2024
This note demonstrates key Markdown syntax and how it might be rendered in the app.
const x = 10;
Syntax Type | Example | Rendered? |
---|---|---|
Heading | # Title | ✅ |
Bold | **bold** | ✅ |
Code Block | ```js ``` | ✅ |
Link | [text](url) | ✅ |
“Markdown is not a replacement for HTML, but it can cover most writing needs.”
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)