My New Post
H1 Header
Image Placeholder
H2 Header Example
This is a paragraph under an H2 header.
H3 Header Example
This is a paragraph under an H3 header.
H4 Header Example
This is a paragraph under an H4 header.
Code Block Placeholder
def hello_world():
print("Hello, World!")
return True
echo "This is a bash example"
ls -la
Mermaid Diagram Placeholder
---
config:
theme: 'dark'
themeVariables:
darkMode: true
background: '#222222'
mainBkg: '#222222'
primaryColor: '#222222'
primaryTextColor: '#FFFFFF'
primaryBorderColor: '#32C5D2'
secondaryColor: '#7FB6ED'
secondaryBorderColor: '#7FB6ED'
lineColor: '#666666'
textColor: '#FFFFFF'
noteBkgColor: '#222222'
noteTextColor: '#F57F6C'
noteBorderColor: '#666666'
activationBkgColor: '#F57F6C'
activationBorderColor: '#FCB5AA'
signalColor: '#32C5D2'
fontFamily: 'JetBrains Mono'
fontSize: '14px'
---
sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John?
Bob--x Alice: I am good thanks!
Bob-x John: I am good thanks!
Note right of John: Bob thinks a long
long time, so long
that the text does
not fit on a row. Bob-->Alice: Checking with John... Alice->John: Yes... John, how are you?
long time, so long
that the text does
not fit on a row. Bob-->Alice: Checking with John... Alice->John: Yes... John, how are you?
Warning Box Placeholder
⚠️ Warning
This is a warning message. Use this for important cautionary information.
Info Box Placeholder
ℹ️ Info
This is an informational message. Use this for helpful tips or additional context.
Lists
Unordered List
- First item
- Second item
- Third item
- Nested item
- Another nested item
Ordered List
- First step
- Second step
- Third step
Inline Code
You can use inline code like this in your paragraphs.