Monorepo for Tangled tangled.org
11

Configure Feed

Select the types of activity you want to include in your feed.

at master 285 B View raw
1{{ define "fragments/markdownPreview" }} 2 {{ if . }} 3 <div class="prose dark:prose-invert max-w-none"> 4 {{ . | markdown }} 5 </div> 6 {{ else }} 7 <div class="text-gray-400 dark:text-gray-500 italic">Nothing to preview.</div> 8 {{ end }} 9{{ end }}