Fourth Blog
javascript xylo 2026-09-08My Blog Post 004
This is a paragraph with some inline code: console.log('Hello World');Inline code should display as expected in-line not in the new line. The content in this paragraph is to be long enough to span lines in multiple rows in the page so that it would look nice as a lenghty paragrapgh.
Here’s another paragraph 004.
This is a quote from someone important.
Code Block Example
function add(a, b) {
return a + b;
}