{{ define "fragments/markdownEditor" }} {{ $name := .Name }} {{ $value := .Value }} {{ $blobName := .BlobName }} {{ $blobValues := .BlobValues }} {{ $rows := (or .Rows 5) }} {{ $required := .Required }} {{ $autofocus := .AutoFocus }} {{ $placeholder := .Placeholder }} {{ $tabClasses := "group flex items-center gap-2 px-3 py-1 text-sm whitespace-nowrap rounded hover:no-underline data-[active=true]:bg-white data-[active=true]:dark:bg-gray-800 data-[active=true]:shadow-sm data-[active=true]:cursor-default data-[active=false]:hover:text-gray-900 data-[active=false]:dark:hover:text-white" }}
{{ end }}