This is a test post to demonstrate the blog template. You can write your content here and see how it looks with the Google Docs-style formatting.
Prompt: can you generate a blog template for me in resources? i want this template to have a simple feel, like a google doc. that is, i want it to be a page, centered, with the dimensions of a normal google doc, but i want it to be continuous (no pages). i want to be able to insert charts, code, pictures, and type in markdown in this doc template, potentially one day inplementing mermaid.js.
Here's a simple code snippet:
function hello() {
console.log('Hello, world!');
}
hello();
Here's a simple flowchart:
graph TD
A[Start] --> B[Write Code]
B --> C{Does it work?}
C -->|Yes| D[Celebrate!]
C -->|No| E[Debug]
E --> B
D --> F[End]
Some things I like about this template:
"Simplicity is the ultimate sophistication." - Leonardo da Vinci