rantav / go-archetype

Project archetyping and templating in Golang
https://go-archetype.dev/
MIT License
48 stars 17 forks source link

Website not rendering template examples #17

Closed tschaub closed 2 years ago

tschaub commented 2 years ago

Maybe this is known, but when the project readme is rendered at https://go-archetype.dev/, all of the template examples (e.g. {{ .ProjectName }}) are rendered as double backticks (``) or are missing altogether.

Example from the website image

And the same section on GitHub image

titusjaka commented 2 years ago

Hi 👋

Thank you for reporting the issue. I'll try to fix it shortly.

titusjaka commented 2 years ago

Haha, it was easier than I thought. Fixed in #18.