2 KiB
2 KiB
name | description | date | tags | |||
---|---|---|---|---|---|---|
Welcome to GOTH Stack! | An introduction to markdown formatting in GOTH Stack! | April 20 2069 |
|
Welcome to GOTH Stack!
This is a demo post showcasing various Markdown features supported by this template.
Text Formatting
You can write text in bold, italic, or both. You can also use strikethrough and inline code
.
Links and Images
Links
Images
Lists
Unordered List
- First item
- Second item
- Nested item
- Another nested item
- Third item
Ordered List
- First step
- Second step
- Nested step
- Another nested step
- Third step
Code Blocks
Inline Code
Use go run main.go
to start the server.
Code Block with Syntax Highlighting
package main
import "fmt"
func main() {
fmt.Println("Hello, GOTH Stack!")
}
Blockquotes
This is a blockquote
It can span multiple lines
And can be nested
Tables
Feature | Description |
---|---|
Go | Backend server |
HTMX | Frontend interactivity |
Tailwind | Styling |
Task Lists
- Create project structure
- Add basic documentation
- Write more examples
- Add testing
Horizontal Rule
Extended Features
Collapsible Section
Click to expand
This content is hidden by default but can be revealed by clicking.
Custom HTML (if enabled)
This is a custom styled alert using Tailwind/DaisyUI classes
Getting Help
If you have questions or need assistance:
- Visit our GitHub repository
- Contact us at help@goth.stack
This is a demo post showing the Markdown capabilities of GOTH Stack. Feel free to use it as a reference for your own content.