Built with love by Lazar Dragos George. The content may not be distributed without my permission.
1 December 2024
Example Post for My Markdown Engine
This is just a simple example to test the capabilities of my blog engine.
Current features
- Custom blog cover
- Custom accent color
- Tags
- Headings: H1, H2, H3, H4
- Paragraphs
- Basic Images
- Empty Lines
- Ordered lists
- Tables with alignment
- Inline remote images
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Paragraphs
Lorem ipsum this is text.
Images



This is a test photo
Code blocks
func main(){
fmt.Println("Hello World")
}This prints words: fmt.Println("hi!").
Blockquotes are awesome!
Ordered & Task Lists
- Set up the workspace
- Enable the new markdown parser
- Check unordered sub points still render
- Verify italics with underscores
- Ship the release
- Update the worker
- Regenerate existing blog posts
- Celebrate with coffee
Tables
| Feature | Supported | Notes |
|---|---|---|
| Ordered lists | Yes | Numeric markers parsed |
| Tables | Yes | Includes column alignment |
| Inline images | Yes | Works with remote assets |
Alignment Examples
| Left Align | Center Align | Right Align |
|---|---|---|
| alpha | beta | gamma |
| delta | epsilon | zeta |
Inline Images
Remote image caption
This sentence uses underscore italics, double underscore bold, and asterisk italics all in one place.