First Blog
javascript bit 2024-02-14My Blog Post 001
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 001.
This is a quote from someone important.
Code Block Example
function add(a, b) {
return a + b;
}