opengist/templates/base/gist_footer.html
Thomas Miceli 845e28dd59 Move code rendering to the backend & frontend improvements (#176)
Added Chroma & Goldmark

Added Mermaidjs

More languages supported

Add default values for gist links input

Added copy code from markdown blocks
2024-01-04 18:06:19 +01:00

10 lines
120 B
HTML
Vendored

{{ if false }}
{{/* prevent IDE errors */}}
<div><main>
{{ end }}
{{ define "gist_footer" }}
</main>
</div>
{{ end }}