cover

1 December 2024

Example Post for My Markdown Engine

31s
testing
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

Code blocks

Golang

main.go
func main(){
	fmt.Println("Hello World")
}

This prints words: fmt.Println("hi!").

Blockquotes are awesome!

Ordered & Task Lists

  1. Set up the workspace
  2. Enable the new markdown parser
  • Check unordered sub points still render
  • Verify italics with underscores
  1. Ship the release
  • Update the worker
  • Regenerate existing blog posts
  • Celebrate with coffee

Tables

FeatureSupportedNotes
Ordered listsYesNumeric markers parsed
TablesYesIncludes column alignment
Inline imagesYesWorks with remote assets

Alignment Examples

Left AlignCenter AlignRight Align
alphabetagamma
deltaepsilonzeta

Inline Images

Remote image caption

Remote image caption

This sentence uses underscore italics, double underscore bold, and asterisk italics all in one place.