Third Blog
javascript xylo 2026-03-27My Blog Post 003
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 003.
This is a quote from someone important.
Code Block Example
function add(a, b) {
return a + b;
}